Options to see bit verbose why pods creation e.g. taking longer than usual

Asking for help? Comment out what you need so we can get more information to help you!

Cluster information:

Kubernetes version: GitVersion:“v1.21.2”
Cloud being used: bare-metal
Installation method: binary distribution
Host OS: Windows 10
CNI and version: cni-v0.8.5
CRI and version: critools-v1.17.0

Hi, community!
Are there any options to see bit verbose why pods creation e.g. taking longer than usual?

thanks, regards, Yermek

Hi @Yermek-DevOps ,

We took a stab at answering this on Kubernetes Office Hours. Timestamp: 7:07

1 Like

I suggest you to take a look at this command kubectl describe pod/<pod_name> -n <namespace_name>.

More info here Kubectl Docs

1 Like