Implement mutating webhook to inject node affinity for Kyma workload #396
Labels
area/control-plane
Related to all activities around Kyma Control Plane
kind/feature
Categorizes issue or PR as related to a new feature.
Description
By introducing multiple worker pools, a mutating Webhook is required which ensures that workloads assigned to the namespace
kyma-system
are always use a node-selector which deploys them only on the Kyma worker pool (see #364 ).The mutation webhook has to inject the
nodeSelector
field to all pods which are deployed into thekyma-system
namespace.AC:
nodeSelector
is injected by the webhook into all Kyma workloads to ensure they run only on the Kyma worker pool (see POC for multiple worker pools #364 for more details)Reasons
Ensure that Kyma workloads are only running on the Kyma worker pool.
Attachments
The text was updated successfully, but these errors were encountered: