Merge pull request #30673 from gbarceloPIB/patch-1

Kubectl command waits until init containers terminated
pull/30751/head
Kubernetes Prow Robot 2021-12-05 15:44:32 -08:00 committed by GitHub
commit 44ef715019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ through which the Pod has or has not passed:
* `PodScheduled`: the Pod has been scheduled to a node.
* `ContainersReady`: all containers in the Pod are ready.
* `Initialized`: all [init containers](/docs/concepts/workloads/pods/init-containers/)
have started successfully.
have completed successfully.
* `Ready`: the Pod is able to serve requests and should be added to the load
balancing pools of all matching Services.