Stopped accepting component configuration for kube-proxy
and kubelet
during kubeadm upgrade plan --config
. This legacy behavior was not well supported for upgrades.
kubeadm
now deploys a separate super-admin.conf
file. admin.conf
is bound to kubeadm:cluster-admins
while super-admin.conf
is bound to system:masters
.
CronJob
objects with TZ
or CRON_TZ
in .spec.schedule
is disallowed.alpha
API ClusterCIDR
.--authentication-config
flag for kube-apiserver
.kube-scheduler
component config to kubescheduler.config.k8s.io/v1
.ServiceCIDR
type for dynamic configuration of cluster range for Service ClusterIPs
.PreStop
lifecycle hook.PersistentVolumeLastPhaseTransitionTime
was incorrectly computed.StatefulSet
might not restart a pod after eviction or node failure.