EMK - Kubernetes v1.32
Estimated time to read: 2 minutes
Upgrade to Kubernetes v1.33
All steps can be executed from the Cyso Cloud Dashboard or using the Kubernetes command line client kubectl.
Important
Always read through the Kubernetes changelog and upgrade notes before upgrading.
Additional changes not mentioned in the official Kubernetes release notes:
- A new
deny-allNetworkPolicyis deployed into thekube-systemnamespace of the cluster. Cluster owners that run workloads in thekube-systemnamespace are required to explicitly allow their expectedIngressandEgresstraffic inkube-systemviaNetworkPoliciesor move all workload to a custom namespace. - The field
.spec.kubernetes.kubeControllerManager.podEvictionTimeoutin the cluster specification is forbidden, use the.spec.kubernetes.kubeAPIServer.defaultNotReadyTolerationSecondsand.spec.kubernetes.kubeAPIServer.defaultUnreachableTolerationSecondsfields instead. - The field
.spec.kubernetes.clusterAutoscaler.maxEmptyBulkDeletein the cluster specification is forbidden, use the.spec.kubernetes.clusterAutoscaler.maxScaleDownParallelismfield instead.
Upgrade Steps
-
Review the Kubernetes v1.33 changelog for all changes
-
Upgrade the cluster to Kubernetes v1.33:
Using the Dashboard:
- Navigate to your cluster in the Cyso Cloud dashboard
- Click the '...' menu next to your cluster
- Choose 'Upgrade Cluster'
- Select version 1.33
- Confirm the upgrade
Using kubectl:
-
Monitor the upgrade progress in the cluster overview
Upgrade Duration
The upgrade process can take several minutes depending on your cluster size. During this time, the cluster remains operational, but certain management operations may be temporarily unavailable.