werk0ut:
Also, when deleting a pod, what would be the advantages/disadvantages of using ‘–force --grace-period=0’ vs ‘–wait=false’ other than the latter being shorter to type
Tej_Singh_Rana:
For instant deletion, I use --force --grace-period=0
I think it will work without --grace-period=0
as well.
werk0ut:
Ok, I read that the --wait=false just returns the shell right away and will still go through the normal/clean termination process and I think the --force --grace-period=0 just abruptly kills the pod. I gues for the purpose of the CKA exam it shouldn’t cause any problems.