Skip to content

Diagram of Pod states #24130

Closed
Closed
@wernight

Description

@wernight

I love the diagram on #3312 .

Can we have such a diagram on http://kubernetes.io/docs/user-guide/pod-states/ ?

Activity

thockin

thockin commented on Apr 18, 2016

@thockin
Member

This is not strictly correct though, because a pod can cease to be "ready" but not die. We've intentionally NOT drawn this as a state-machine because conditions are really orthogonal concepts. We report a singular status as part of kubectl, so maybe we should document THAT, but it's more complicated than this diagram captures.

@dchen1107 @yujuhong since the kubelet drives most of this.

wernight

wernight commented on Apr 18, 2016

@wernight
Author

Yes it'd be useful. Reason is especially until wait conditions are implemented, it's difficult to wait for example until a pod is "at least" started, or "at least" running (i.e. may be terminated already).

bgrant0607

bgrant0607 commented on Apr 19, 2016

@bgrant0607
Member

There's a bounty on diagrams: kubernetes/website#84

added
sig/nodeCategorizes an issue or PR as relevant to SIG Node.
on Apr 19, 2016
fejta-bot

fejta-bot commented on Dec 16, 2017

@fejta-bot

Issues go stale after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle stale

added
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.
on Dec 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/documentationCategorizes issue or PR as related to documentation.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.priority/backlogHigher priority than priority/awaiting-more-evidence.sig/nodeCategorizes an issue or PR as relevant to SIG Node.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @wernight@lavalamp@johndmulhausen@thockin@bgrant0607

        Issue actions

          Diagram of Pod states · Issue #24130 · kubernetes/kubernetes