fix typo in install-kubeadm.md (#12527)
"Kubernetes control panel" instead of "Kubernetes control plane"
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
008de6a6ea
commit
fc9a171560
@@ -105,7 +105,7 @@ You will install these packages on all of your machines:
|
|||||||
* `kubectl`: the command line util to talk to your cluster.
|
* `kubectl`: the command line util to talk to your cluster.
|
||||||
|
|
||||||
kubeadm **will not** install or manage `kubelet` or `kubectl` for you, so you will
|
kubeadm **will not** install or manage `kubelet` or `kubectl` for you, so you will
|
||||||
need to ensure they match the version of the Kubernetes control panel you want
|
need to ensure they match the version of the Kubernetes control plane you want
|
||||||
kubeadm to install for you. If you do not, there is a risk of a version skew occurring that
|
kubeadm to install for you. If you do not, there is a risk of a version skew occurring that
|
||||||
can lead to unexpected, buggy behaviour. However, _one_ minor version skew between the
|
can lead to unexpected, buggy behaviour. However, _one_ minor version skew between the
|
||||||
kubelet and the control plane is supported, but the kubelet version may never exceed the API
|
kubelet and the control plane is supported, but the kubelet version may never exceed the API
|
||||||
|
|||||||
Reference in New Issue
Block a user