Support for ClusterClass #90
prometherion
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
As far as I can tell from briefly looking at the implementations of other providers as well as the documentation, implementing this might really only require providing a new CRD for the E.g. https://github.com/kubernetes-sigs/cluster-api/blob/main/controlplane/kubeadm/internal/webhooks/kubeadmcontrolplanetemplate.go only does some input validation and enforces the immutability of the |
1 reply
|
Implemented with #107, ready to get shipped with v0.10.0. The discussion can be closed, any bug report must be filled via Issues, unless a new enhancement proposal is proposed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The
ClusterTopologyCluster API feature allows the creation of clusters based on a class.This requires the Kamaji Control Plane provider to offer a new API resource named
KamajiControlPlaneTemplate, which is a 1:1 copy of the specification (YMMV) with the removal of fields that would be useless when replicating a Control Plane (e.g.: IP address).All reactions