-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podStatusPhases support containercreating status #580
Comments
|
Thanks @lovejoy
We could add this logic into where we currently check status phases. |
If a pod has multiple containers and only one of them is stuck in |
That is a good question. I don't think we will be able to accurately answer it without gathering more user feedback, though it sounds like from this request if any container is ContainerCreating, that will trigger the kubectl output status that @lovejoy is requesting to act on |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
This would also help with CrashLoopBackoff containers. i.e.
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten @a7i sorry, this slipped for me... I think it might be confusing for some users to have It might be easier for people if we just lump everything into a single field, so they don't need to know the technical details of what the |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle rotten |
@damemi I do not see any issues with that. Will work on a PR soon-ish. |
/assign |
Is your feature request related to a problem? Please describe.
some network issue or cni issue may cause pods always containercreating
sth like #62
Describe the solution you'd like
podStatusPhases now only support
Running
andPending
should add some other statusThe text was updated successfully, but these errors were encountered: