fix a series errors of using "a" and "an"

This commit is contained in:
SRaddict
2016-12-22 16:56:12 +08:00
parent 521ae621eb
commit 5d6a3aaa53
17 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ If the pod is [restarted](#pod-restart-reasons) all init containers must
execute again.
Changes to the init container spec are limited to the container image field.
Altering a init container image field is equivalent to restarting the pod.
Altering an init container image field is equivalent to restarting the pod.
Because init containers can be restarted, retried, or reexecuted, init container
code should be idempotent. In particular, code that writes to files on EmptyDirs