mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-14 09:44:52 -03:30
Docs: Replace master with control plane (#7767)
This replaces master with "control plane" in Kubespray docs because of [1]. [1]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md#motivation
This commit is contained in:
@@ -21,7 +21,7 @@ By default the normal behavior looks like:
|
||||
|
||||
> Kubernetes controller manager and Kubelet work asynchronously. It means that
|
||||
> the delay may include any network latency, API Server latency, etcd latency,
|
||||
> latency caused by load on one's master nodes and so on. So if
|
||||
> latency caused by load on one's control plane nodes and so on. So if
|
||||
> `--node-status-update-frequency` is set to 5s in reality it may appear in
|
||||
> etcd in 6-7 seconds or even longer when etcd cannot commit data to quorum
|
||||
> nodes.
|
||||
|
||||
Reference in New Issue
Block a user