Skip to content

Commit

Permalink
fix typo in pod-lifecycle (kubernetes#13689)
Browse files Browse the repository at this point in the history
Asscociated with kubernetes#13688
  • Loading branch information
shashank0202 authored and k8s-ci-robot committed Apr 8, 2019
1 parent d8a198e commit 786ad43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ array has six possible fields:
* `Initialized`: all [init containers](/docs/concepts/workloads/pods/init-containers)
have started successfully;
* `Unschedulable`: the scheduler cannot schedule the Pod right now, for example
due to lacking of resources or other constraints;
due to lack of resources or other constraints;
* `ContainersReady`: all containers in the Pod are ready.


Expand Down

0 comments on commit 786ad43

Please sign in to comment.