ERROR Lab: CKAD Mock Exam 1 Q19

so looks like the pod when i edit him.
but the details says that is wrong and not created

Hi @filipemandelli

Was the Pod created and in the Running state when you made the update?

Did you actually delete the original pod and replace it with the new one? Also: why did you add all the additional arguments to readinessProbe? The question doesn’t ask for them, and I’m not sure they’re appropropriate for a readinessProbe. So why add them? I simply added to the YAML:

    readinessProbe:
      httpGet:
        path: /ready
        port: 8080

and like Santosh, everything passed.