Feature gates allow you to enable or disable experimental Kubernetes functionality.
Features are available in different stages of maturity: Alpha and Beta. These stages indicate the level of stability and readiness for production use.
Alpha features
- Disabled by default
- May be unstable and contain bugs
- Can be removed without notice
- APIs may change unpredictably in future releases
- Intended for testing purposes only
Beta features
- Can be enabled by default
- Considered relatively stable and well-tested
- Will not be removed, but may still change
- Backward-incompatible API changes are possible
- Updating Kubernetes may require modifying or recreating resources
- Recommended only for clusters running non-critical workloads
Cluster reliability is guaranteed only when default settings are used. Some feature gates are enabled by default.
When upgrading Kubernetes, feature gate settings are automatically reset to their default values, as some features may change or become unavailable in the new version.
The list of available features depends on the Kubernetes version. For a complete list and their statuses, refer to the official Kubernetes documentation.
Enable or Disable Feature Gates
To enable or disable a feature:
- Go to the Kubernetes section and click on the cluster.
- Open the Management tab.
- Click Configure next to Early access to features.

- Enable or disable the required features.
- Click Save.
- Confirm the action.

Restore Default Settings
You can restore the default settings at any time, for example, to remove the impact of experimental features on the cluster.
- Go to the Kubernetes section and click on the cluster.
- Open the Management tab.
- Click Configure next to Early access to features.
- Click Restore defaults settings.
The settings will be reverted immediately, without additional confirmation.
