Fix misspelling and misgrammar

Signed-off-by: chymy <chang.min1@zte.com.cn>
This commit is contained in:
chymy
2021-03-03 01:59:33 -05:00
parent 5b0d0451ff
commit b250a985d2
6 changed files with 13 additions and 13 deletions

View File

@@ -559,7 +559,7 @@ type RollingUpdateDaemonSet struct {
// pod is available (Ready for at least minReadySeconds) the old DaemonSet pod
// on that node is marked deleted. If the old pod becomes unavailable for any
// reason (Ready transitions to false, is evicted, or is drained) an updated
// pod is immediatedly created on that node without considering surge limits.
// pod is immediately created on that node without considering surge limits.
// Allowing surge implies the possibility that the resources consumed by the
// daemonset on any given node can double if the readiness check fails, and
// so resource intensive daemonsets should take into account that they may