Manages Kubernetes nodes based on kvm-operator (host cluster) state.
This project implementes own stand-alone node controller and provider for kvm-operator.
Controller and specifically provider implemented similar to Kubernetes "out-of-tree" cloud-controller-managers..
Download the latest release: https://github.com/giantswarm/kvm-operator-node-controller/releases/latest
Clone the git repository: https://github.com/giantswarm/kvm-operator-node-controller.git
Download the latest docker image from here: TBD
Dependencies are managed using glide
and contained in the vendor
directory. See glide.yaml
for a list of libraries this project directly depends on and glide.lock
for complete information on all external libraries and their versions used.
Note: The vendor
directory is flattened. Always use the --strip-vendor
(or -v
) flag when working with glide
.
go build
Here goes the documentation on compiling for different architectures from inside a Docker container.
- How to use
- What does it do exactly
- TBD
- Mailing list: giantswarm
- IRC: #giantswarm on freenode.org
- Bugs: issues
See .github/CONTRIBUTING.md for details on submitting patches, the contribution workflow as well as reporting bugs.
kvm-operator-node-controller is under the Apache 2.0 license. See the LICENSE file for details.