This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
v0.0.5
Pre-release
Pre-release
v0.0.5
The cluster registry has been migrated from a custom API server to a CRD. This reduces the amount of code that the project needs to maintain by a significant amount, and simplifies the deployment process for cluster registry users. Thanks to the people working on kubebuilder, and a special shout-out to @pwittrock who provided support during this conversion effort.
Download links
The cluster registry is now released as a CRD, so there are no more binary downloads associated with it.
Important changes
- cluster registry is now a CRD instead of an extension API server. Refer to the user guide for details on how to use the CRD.
- the cluster object is now namespace-scoped instead of cluster-scoped
- (developer side)
kubebuilder
is now being used to maintain the repository/generate code/generate docs
View all changes here.