Remove the redundant space (#3418)

This commit is contained in:
SataQiu
2018-09-30 11:31:57 +08:00
committed by k8s-ci-robot
parent df7d53b9ef
commit 6f4054679e
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ By default the normal behavior looks like:
2. Kubernetes controller manager checks the statuses of Kubelets every
`-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
default value is **40s**.