799 B
799 B
title | id | date | full_link | short_description | aka | tags | ||
---|---|---|---|---|---|---|---|---|
Feature gate | feature-gate | 2023-01-12 | /docs/reference/command-line-tools-reference/feature-gates/ | A way to control whether or not a particular Kubernetes feature is enabled. |
|
Feature gates are a set of keys (opaque string values) that you can use to control which Kubernetes features are enabled in your cluster.
You can turn these features on or off using the --feature-gates
command line flag on each Kubernetes component.
Each Kubernetes component lets you enable or disable a set of feature gates that are relevant to that component.
The Kubernetes documentation lists all current
feature gates and what they control.