Enable Alpha/Beta Features on Platform9 Managed Kubernetes API Server
Problem
A cluster-wide alpha or beta feature is not enabled by default in the version of Platform9 Managed Kubernetes (PMK) being used.
Environment
- Platform9 Managed Kubernetes - All Versions
Procedure
- Verify the Kubernetes versions being used.
- Refer to the table at Kubernetes Reference: Feature Gates to determine if the desired alpha or beta feature is enabled or disabled by default in the version of PMK currently installed.
- Open the file at /etc/pf9/kube.d/master.yaml with your preferred text editor.
- Search for the string -
name:"apiserver"
. - In this section, add an entry as displayed below with the proper flag and value given in the Kubernetes Reference: Feature Gates document.
- Restart the pf9-kube service on the master node to enable the changes.
Warning: Be advised that enabling Alpha features may introduce bugs. Platform9 will be unable to support issues arising from enabling these features as well as any Beta features which have not been explicitly released with a version of PMK. These features should be used for testing purposes only.
Was this page helpful?