Skip to content

Commit

Permalink
Remove "Unschedulable" pod condition type from the pod lifecycle docs (
Browse files Browse the repository at this point in the history
…kubernetes#18956)

The pod lifecycle documentation erroneously indicated `Unschedulable` as a possible `type` of pod condition. That's not true. Only four condition types exist. The `Unschedulable` value is not a type, but one of the possible reasons of the `PodScheduled` condition type.
  • Loading branch information
luksa authored and wawa0210 committed Mar 2, 2020
1 parent f720fea commit 824dd55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ array has six possible fields:
balancing pools of all matching Services;
* `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 lack of resources or other constraints;
* `ContainersReady`: all containers in the Pod are ready.


Expand Down

0 comments on commit 824dd55

Please sign in to comment.