Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 659 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 659 Bytes

Kubernetes Cloud Controller Manager for metal

metal-ccm is the Kubernetes cloud controller manager implementation for Metal.

Deploy

Read how to deploy the metal CCM here!

Building

To build the binary, run:

make build

It will deposit the binary for your local architecture as dist/bin/metal-cloud-controller-manager-$(ARCH)

By default make build builds the binary using a docker container. To install using your locally installed go toolchain, do:

make build LOCALBUILD=true

Docker Image

To build a docker image, run:

make dockerimage

The image will be tagged with :latest.