Jonathan:
Hi guys ! I have just done the Lightning Lab-1 and I have a wrong answer without understanding why !
The question is this one:
Create a new deployment called nginx-deploy, with image nginx:1.16 and 1 replica. Next upgrade the deployment to version 1.17 using rolling update. Make sure that the version upgrade is recorded in the resource annotation.
I failed on this: Task: Record the changes for the image upgrade
I don’t see why since I check the annotations of the deployment and we see there was some change in it.
How can I validate this step ?