项目作者: metal-stack

项目描述 :
K8s Cloud Controller Manager for metal-stack
高级语言: Go
项目地址: git://github.com/metal-stack/metal-ccm.git
创建时间: 2019-06-06T14:49:56Z
项目社区:https://github.com/metal-stack/metal-ccm

开源协议:MIT License

下载


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:

  1. 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:

  1. make build LOCALBUILD=true

Docker Image

To build a docker image, run:

  1. make dockerimage

The image will be tagged with :latest.