smartxworks / cluster-api-provider-virtink

Kubernetes Cluster API Provider Virtink
Apache License 2.0
24 stars 2 forks source link

Need a new type 'VirtinkClusterTemplate' to support ClusterClass features #24

Closed linkinghack closed 1 year ago

linkinghack commented 1 year ago

There is no resource type like 'VirtinkClusterTemplate' defined in the CRDs of the latest release version, which is crucial for compatibility with the ClusterAPI feature---ClusterClass.🥹

RuntimeSDK features (including LifecycleHookExtensions) are all based on ClusterClass.

Support for this feature should be precious.🙋‍♂️

More information can be found at https://cluster-api.sigs.k8s.io/tasks/experimental-features/cluster-class/write-clusterclass.html

fengye87 commented 1 year ago

@linkinghack That's definitely a feature we would support. Currently our core team is still busy working on persistent cluster and static IP feature, as soon as we've done there, we should be able to work on this. Meanwhile, you're welcome to send your PR if you could.