I’m taking the Kubernetes-for-absolute-beginners course. In the graded assignment of module 5 I ran into two questions that I feel like the automatic grading fails to accept the right answer.
What command would you use to view the history of deployments for a particular deployment in Kubernetes?
Here is the answers I tried which were not accepted:
kubectl rollout history
kubectl rollout history deployment
kubectl rollout history deployment/
kubectl rollout history deployment/deployment name
kubectl rollout status
If you see an error message ‘Failed to pull image’, what could be the probable cause in the context of Kubernetes?
My failed answers:
Hi @SP08 Welcome to the community! Could you please share the lab link and the question number? This will help us address your concerns more effectively.