kubestellar / kubeflex

A flexible and scalable platform for running Kubernetes control plane APIs.
Apache License 2.0
46 stars 13 forks source link

feature: Allow to setup labels on control planes from post-create hooks #143

Closed pdettori closed 9 months ago

pdettori commented 9 months ago

Feature Description

There are scenarios where we need to setup labels on control planes based on the features that the control plane acquires after the hook runs. For example we may want to label a control plane where the OpenShift CRDs have been applied as a control plane with OpenShift flavor.

Proposed Solution

Since labels are related to the processing of the control plane performed by a hook, allow to propagate labels set on the hook to the control plane.

Want to contribute?

Additional Context

No response