Tanumoy Ghosh:
2 quick queries:
- In CKA exam - are we going to have around 17 questions to solve in 2 hours ?
- In both Lightening & Mock Exam 2, there is a question to create a deployment in first step and update the image in second step recording both the activities, in the solution video
--record
seems to be worked in first step while creating the deployment while it is not happening for me in the first step while creating the deployment, kindly suggest
$ kubectl create deploy nginx-deploy --image nginx:1.16 --record=true
Error: unknown flag: --record
See 'kubectl create deployment --help' for usage.