Is it okay to force delete a pod during the CKA exam? $ `k delete po podName —fo . . .

SaidBen:
Is it okay to force delete a pod during the CKA exam? $ k delete po podName —force

SaidBen:
I don’t want to wait for it to terminate or delete it in the background

Abdul Majid:
use this for super fast k delete po podName --force --grace-period=0 and yes you can use it

Tharanath:
But make sure yaml backup of the pod is taken.