docs: fix some typos (#5618)
Although it is spelling mistakes, it might make affect while reading. Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
This commit is contained in:
parent
d2c44dd4df
commit
c6170eb79d
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Comparaison
|
# Comparison
|
||||||
|
|
||||||
## Kubespray vs [Kops](https://github.com/kubernetes/kops)
|
## Kubespray vs [Kops](https://github.com/kubernetes/kops)
|
||||||
|
|
||||||
|
|
|
@ -12,14 +12,14 @@ By default the normal behavior looks like:
|
||||||
1. Kubelet updates it status to apiserver periodically, as specified by
|
1. Kubelet updates it status to apiserver periodically, as specified by
|
||||||
`--node-status-update-frequency`. The default value is **10s**.
|
`--node-status-update-frequency`. The default value is **10s**.
|
||||||
|
|
||||||
2. Kubernetes controller manager checks the statuses of Kubelets every
|
2. Kubernetes controller manager checks the statuses of Kubelet every
|
||||||
`–-node-monitor-period`. The default value is **5s**.
|
`–-node-monitor-period`. The default value is **5s**.
|
||||||
|
|
||||||
3. In case the status is updated within `--node-monitor-grace-period` of time,
|
3. In case the status is updated within `--node-monitor-grace-period` of time,
|
||||||
Kubernetes controller manager considers healthy status of Kubelet. The
|
Kubernetes controller manager considers healthy status of Kubelet. The
|
||||||
default value is **40s**.
|
default value is **40s**.
|
||||||
|
|
||||||
> Kubernetes controller manager and Kubelets work asynchronously. It means that
|
> Kubernetes controller manager and Kubelet work asynchronously. It means that
|
||||||
> the delay may include any network latency, API Server latency, etcd latency,
|
> 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 master nodes and so on. So if
|
||||||
> `--node-status-update-frequency` is set to 5s in reality it may appear in
|
> `--node-status-update-frequency` is set to 5s in reality it may appear in
|
||||||
|
|
Loading…
Reference in a new issue