Skip to content

Commit

Permalink
Update ckad_questions_answers
Browse files Browse the repository at this point in the history
  • Loading branch information
gbhure authored Aug 3, 2024
1 parent 910168a commit 8f5f006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ckad_questions_answers
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,8 @@ kubectl delete deploy webappkubectl delete hpa webapp

82. Create a Job with an image node which prints node version and also verifies there is a pod created for this job

kubectl create job nodeversion --image=node -- node -vkubectl get job -w
kubectl create job nodeversion --image=node -- node -v
kubectl get job -w
kubectl get pod

83. Get the logs of the job just created
Expand Down

0 comments on commit 8f5f006

Please sign in to comment.