Hi 👋 Any thoughts on using `--force` to delete objects? It’s much faster on . . .

Nuno:
Hi :wave: Any thoughts on using --force to delete objects? It’s much faster on the KodeKloud platform, but I was wondering about doing it on CKAD exam. :thought_balloon:

Vijin Palazhi:
you can use it to delete objects for the exam.

Kennedy Sanchez:
It’s better to use --force instead deleting de pod and then creating a new one. I recommend you to use it with --grace-period=0 --force

Karthikaiselvan R:
Yes, you can use it in the actual exam environment as well. I did it wherever deleting a pod was applicable.
As @Kennedy Sanchez, said just use --grace-period=0 along with --force.

Derence Voo Ming Khen:
Exam won’t care how you delete the pod, you should use that option to avoid waiting for the terminal unnecessarily as time is really short

Nuno:
Thanks all for the answers!

Tej_Singh_Rana:
But make sure you take a backup of that manifest, if it’s required again for the same question or If you are going to redeploy again. Otherwise you have to reset the cluster again to get back (Confirm with the proctor) and it will eat your precious time.

Kennedy Sanchez:
Agree with @Tej_Singh_Rana that options should be used with care.