Skip to content

How to add K8S feature gates to my shoot cluster?

Adding a Feature Gate

In order to add a feature gate, add it as enabled to the appropriate section of the shoot.yaml file:

yaml
SectionName:
    featureGates:
        SomeKubernetesFeature: true

The available sections are kubelet, kubernetes, kubeAPIServer, kubeControllerManager, kubeScheduler, and kubeProxy.

For more detals, see the example shoot.yaml file.

What is the expected downtime when updating the shoot.yaml?

No downtime is expected after executing a shoot.yaml update.

EU and German government funding logos

Funded by the European Union – NextGenerationEU.

The views and opinions expressed are solely those of the author(s) and do not necessarily reflect the views of the European Union or the European Commission. Neither the European Union nor the European Commission can be held responsible for them.