项目作者: giantswarm

项目描述 :
The cluster-operator manages Kubernetes workload cluster resources.
高级语言: Go
项目地址: git://github.com/giantswarm/cluster-operator.git
创建时间: 2017-12-12T09:10:47Z
项目社区:https://github.com/giantswarm/cluster-operator

开源协议:Apache License 2.0

下载


CircleCI

cluster-operator

The cluster-operator is an in-cluster agent that handles Giant Swarm guest
cluster specific resources.

Branches

  • 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).

Getting Project

Clone the git repository: https://github.com/giantswarm/cluster-operator.git

How to build

Build it using the standard go build command.

  1. go build github.com/giantswarm/cluster-operator

Contact

Contributing & Reporting Bugs

See CONTRIBUTING for details on submitting patches, the
contribution workflow as well as reporting bugs.

License

cluster-operator is under the Apache 2.0 license. See the LICENSE file for
details.