Hi @Tej_Singh_Rana please look into this question .Create an nginx pod with requ . . .

Kiran Kumar R:
Hi @Tej_Singh_Rana please look into this question .Create an nginx pod with requests cpu=100m, memory=256Mi and limits cpu=500m, memory=512Mi.

Kiran Kumar R:

image.png

Kiran Kumar R:
pod is created but status is CrashLoopBackOff .

Kiran Kumar R:
In events session it is showing like this

Kiran Kumar R:
please help me on this .

Tej_Singh_Rana:
Hello, @Kiran Kumar R
Because you’ve added args field which is overlapping inside already defined process.
https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#notes

Tej_Singh_Rana:
If you’ll remove that field then your pod will not give that error again.

Kiran Kumar R:
yeah worked @Tej_Singh_Rana Thanks very much.

Kiran Kumar R:
How to Get logs for Kubelet?

Tej_Singh_Rana:
Did you try journalctl -xe -u kubelet?

Kiran Kumar R:
Thank you @Tej_Singh_Rana