Kubernetes-for-absolute-beginners grading fails to accept the right answer

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.

  1. 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
  1. 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?

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.

Hi @raymond.baoly
Thanks for your reply.
It’s part of the graded assignment of the module 5

I’ve forwarded this to the team, and we’ll look into it. I’ll let you know as soon as I have any updates.

1 Like