Git Setup from Scratch task failed

Hi @Tej-Singh-Rana , under the above task, I did all the task correctly but still received a fail. Please look into it. Screeshot is attached

Hi @Dickson-Victor ,
Can you please share the review link?

Regards,

If it’s a validation issue then I will reset your task but at least let me see first.

Hi @Tej-Singh-Rana , here’s the review link.

Hi @Dickson-Victor ,
After cloning, this should be your git directory path /usr/src/kodekloudrepos/news.
and steps d, e, and f should perform under the news directory and you are doing it under the kodekloudrepos directory which is wrong.

Hope this info will help you to complete the task.

Regards,

Hi @Tej-Singh-Rana , please enable the redo button to allow me take it again.
Also, the lab on :Kubernetes Redis Deployment is not creating pods. I waited more 30 mins.


screenshot is attached

Hi @Dickson-Victor ,
You can describe the pod to see more details. Why it stucked in the containercreating state.

kubectl describe po <POD-NAME>

Regards,