Run codespell to fix spelling

[NO TESTS NEEDED] Just fixing spelling.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2021-08-11 10:09:05 -04:00
parent 7e5a9fdbc0
commit 404488a087
11 changed files with 14 additions and 15 deletions

View File

@ -455,8 +455,7 @@ setup operations for the pod's applications.
Valid values for `init-ctr` type are *always* or *oneshot*. The *always* value
means the container will run with each and every `pod start`, whereas the *oneshot*
value means is will ony run once when the pod is started and then the container is
removed.
value means the container will only run once when the pod is started and then the container is removed.
Init containers are only run on pod `start`. Restarting a pod will not execute any init
containers should they be present. Furthermore, init containers can only be created in a