generated from cobaltcore-dev/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Spawned from #186.
Currently, we set annotations and labels in the shoot spec, which are then used by the operator to configure the hypervisor-spec and therefor the operator.
The downside is, that this ties the configuration to a worker-pool.
Examples:
- We wanted to introduce hana only nodes, which are defined by a trait. We do not have enough hardware to do so on the whole workerpool, so we had to split up the pool, i.e. redeploy part of the pool just to get the trait in.
- We might want to have a configuration for a whole hardware class and that might be spread over different worker pools (i.e. building-blocks), which requires us to replicate that configuration into these annotations.
- We might want to have exceptions to these rules, such a certain building-block might needed to be treated differently,
- Or an operator (or developer) might want to set a value on an individual node for highly specific reasons.
Metadata
Metadata
Assignees
Labels
No labels