An open API service indexing awesome lists of open source software.

https://github.com/metal-stack/metal-ccm

K8s Cloud Controller Manager for metal-stack
https://github.com/metal-stack/metal-ccm

bare-metal cloud-controller-manager kubernetes

Last synced: 11 months ago
JSON representation

K8s Cloud Controller Manager for metal-stack

Awesome Lists containing this project

README

          

# 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](deploy/releases/)!

## Building

To build the binary, run:

```bash
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:

```bash
make build LOCALBUILD=true
```

## Docker Image

To build a docker image, run:

```bash
make dockerimage
```

The image will be tagged with `:latest`.