Skip to content
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

Improvement for k8s.io/docs/tasks/debug/debug-application/determine-reason-pod-failure/ #44207

Closed
harridu opened this issue Dec 4, 2023 · 10 comments
Assignees
Labels
language/en Issues or PRs related to English language needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@harridu
Copy link

harridu commented Dec 4, 2023

Sorry to say, but this page stops when it is getting interesting. Would it be possible to add a table of pod states and whats behind it? Here is an incomplete list:

  • Init:Error
  • CrashLoopBackOff
  • ImagePullBackOff
  • Running
  • Completed
  • Terminating
  • Error
  • others?

Having a complete list in one place would be a big improvement. Next step would be to add some guidelines for error recovery, as applicable.

@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Dec 4, 2023
@dipesh-rawat
Copy link
Member

@k8s-ci-robot k8s-ci-robot added the language/en Issues or PRs related to English language label Dec 4, 2023
@utkarsh-singh1
Copy link
Contributor

Hi @harridu, you can try -

kubectl describe pod <pod_name>

@harridu
Copy link
Author

harridu commented Dec 5, 2023

@utkarsh-singh1 , I highly appreciate the list of links, but I wonder did you notice the "in one place" in my first comment?

@utkarsh-singh1
Copy link
Contributor

@harridu noticed it, but the page you have mentioned here comes under Task section which is more practical approach to the Kubernetes concepts as compared to concepts.

@utkarsh-singh1
Copy link
Contributor

Most of the errors are already described under concepts, it would be better if these links can be mentioned under What's Next.

@azn-abel
Copy link
Contributor

/assign

@azn-abel
Copy link
Contributor

This issue has been addressed in #44288. @harridu if this is sufficient, please close this issue

@harridu
Copy link
Author

harridu commented Jan 29, 2024

thank you, I highly appreciate it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language/en Issues or PRs related to English language needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

5 participants