EOL Kubenernetes v1.26
Estimated time to read: 1 minute
Managed Kubernetes has removed support for generating static token in Kubernetes v1.27. From Kubernetes v1.27 onwards you can request a time limited token or setup OpenID Connect for the first cluster interaction.
Upgrade to Kubernetes v1.27
Steps to upgrade your EMK cluster to v1.27:
All steps can be executed from the Cyso Cloud Dashboard or using the Kubernetes command line client kubectl.
Danger
Always read through the Kubernetes changelog and upgrade notes before upgrading.
-
Edit the shoot's YAML configuration and update field
enableStaticTokenKubeconfig
fromtrue
tofalse
: -
Save the YAML configuration and wait for the shoot to finish reconciliation
- Upgrade the cluster to Kubernetes v1.27 by clicking the '...' and 'Upgrade Cluster'.
To request a time limited token or setup OpenID Connect for the first cluster interaction, see our documentation, How to access my EMK cluster?