Hi,
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:
imagebackpulloff
image not found
image not found in the registry
wrong image name
Did anybody else run into the same issue?