You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md
+47-6Lines changed: 47 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -524,15 +524,56 @@ options.
524
524
525
525
## Version skew policy {#version-skew-policy}
526
526
527
-
The `kubeadm` tool of version v{{< skew latestVersion >}} may deploy clusters with a control plane of version v{{< skew latestVersion >}} or v{{< skew prevMinorVersion >}}.
528
-
`kubeadm` v{{< skew latestVersion >}} can also upgrade an existing kubeadm-created cluster of version v{{< skew prevMinorVersion >}}.
527
+
While kubeadm allows version skew against some components that it manages, it is recommended that you
528
+
match the kubeadm version with the versions of the control plane components, kube-proxy and kubelet.
529
529
530
-
Due to that we can't see into the future, kubeadm CLI v{{< skew latestVersion >}} may or may not be able to deploy v{{< skew nextMinorVersion >}} clusters.
530
+
### kubeadm's skew against the Kubernetes version
531
531
532
-
These resources provide more information on supported version skew between kubelets and the control plane, and other Kubernetes components:
532
+
kubeadm can be used with Kubernetes components that are the same version as kubeadm
533
+
or one version older. The Kubernetes version can be specified to kubeadm by using the
534
+
`--kubernetes-version` flag of `kubeadm init` or the
0 commit comments