-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add labels to nodes which indicate the worker pool owner + HA support enabled #706
Comments
Required by kyma-project/busola#3621 |
hi @tobiscr |
Yes, from technical side, it's possible to add the autoscaler-configuration as additional label (e.g. as example, we could add one label for min-value What I see a bit critical is the growing number of labels. But maybe it's worth to expose parts of the Runtime-Configuration in general on SKRs in a CRD. @akgalwas - what do you think about this idea (e.g. we also have a need to expose the public-IP to customers, this would require one more label etc.)? |
okay, so please also add it, and we will adjust these informations in node details as follow-up. thanks! |
Relates to #618 |
Description
To make the worker pool feature more transparent and flexible, we are going to add more metadata (as labels) to worker pools. These label have to be added to all nodes.
Indicator for worker-pool owner:
To distinguish the Kyma owned worker pool (name:
cpu-worker-0
) from customer worker pools, a dedicated label has to be added which indicates whether the worker pool is owned by the customer or by Kyma.Proposal:
worker.kyma.io/pool-owner: [customer|kyma]
Indicator whether worker-pool is running in HA mode:
It should be possible to see if a node belongs to a worker-pool which runs in HA mode. HA is indicated by using 3 different zones for the worker pool.
Proposal:
worker.kyma.io/pool-ha-enabled: true/false
AC:
Reasons
Introduce labels to provide metadata related to worker pools. These labels can be used for assigning workloads to the Kyma worker pool, respectively to distinguish the Kyma worker pool from customer worker pools. But also to see if a worker-pool is configured to run in HA mode.
Attachments
The text was updated successfully, but these errors were encountered: