The cluster-operator is an in-cluster agent that handles Giant Swarm guest cluster specific resources.
thiccc
- Up to and including version v0.21.0.
- Contains all versions of legacy controllers (reconciling {AWS,Azure,KVM}ClusterConfig CRs) up to and including v0.21.0.
legacy
- From version v0.21.1 up to and including v0.x.x.
- Contains only the latest version of legacy controllers (reconciling {AWS,Azure,KVM}ClusterConfig CRs).
master
- From version v2.0.0.
- Contains only the latest version of controllers (reconciling cluster API objects).
Clone the git repository: https://github.com/giantswarm/cluster-operator.git
Build it using the standard go build
command.
go build github.com/giantswarm/cluster-operator
- Mailing list: giantswarm
- IRC: #giantswarm on freenode.org
- Bugs: issues
See CONTRIBUTING for details on submitting patches, the contribution workflow as well as reporting bugs.
cluster-operator is under the Apache 2.0 license. See the LICENSE file for details.