Managed Kubernetes
Latest
Frequently Asked Questions
Solutions
How Tos
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Enable Alpha/Beta Features on Platform9 Managed Kubernetes API Server
Copy Markdown
Open in ChatGPT
Open in Claude
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.
$ kubectl versionClient Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.11", GitCommit:"637c7e288581ee40ab4ca210618a89a555b6e7e9", GitTreeState:"clean", BuildDate:"2018-11-26T14:38:32Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.11", GitCommit:"637c7e288581ee40ab4ca210618a89a555b6e7e9", GitTreeState:"clean", BuildDate:"2018-11-26T14:25:46Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}- 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.
xxxxxxxxxx- name: "apiserver" image: "gcr.io/google_containers/hyperkube:v1.10.11" command: - "/hyperkube" - "apiserver" - "--admissioncontrol=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota,Priority"- Restart the pf9-kube service on the master node to enable the changes.
xxxxxxxxxx# systemctl restart pf9-kube.serviceWarning: 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.
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message