less than a minute
Breaking changes may be introduced with new Kubernetes versions. This documentation describes the Gardener specific differences and requirements for upgrading to a supported Kubernetes version. For Kubernetes specific upgrade notes the upstream Kubernetes release notes, changelogs and release blogs should be considered before upgrade.
v1.33
deny-all
NetworkPolicy
is deployed into the kube-system
namespace of the Shoot
cluster. Shoot
owners that run workloads in the kube-system
namespace are required to explicitly allow their expected Ingress
and Egress
traffic in kube-system
via NetworkPolicies
.v1.32
Shoot
’s field spec.kubernetes.kubeAPIServer.oidcConfig
is forbidden. Shoot
owners that have used oidcConfig
are recommended to configure StructuredAuthentication
. More information about StructuredAuthentication
can be found herev1.31
Shoot
’s field spec.kubernetes.kubeAPIServer.oidcConfig.clientAuthentication
is forbidden.Shoot
’s fields .spec.kubernetes.kubelet.systemReserved
and .spec.provider.workers[].kubernetes.kubelet.systemReserved
are forbidden. Shoot
owners should use the .spec.kubernetes.kubelet.kubeReserved
and .spec.provider.workers[].kubernetes.kubelet.kubeReserved
fields.v1.30
kubelet
UnlimitedSwap
behavior, configured in the Shoot
’s .spec.{kubernetes,provider.workers[]}.kubelet.memorySwap.swapBehavior
fields, can no longer be used.Was this page helpful?