Closed foriequal0 closed 3 years ago
We might use MutatingAdmissionWebhook to set dryRun to eviction and intercept the pod deletion. MutatingAdmissionWebhook doesn't work on the DELETE verb (pod deletion), but pod eviction is CREATE verb.
MutatingAdmissionWebhook
DELETE
CREATE
It worked better than I thought. I wish MutatingAdmissionWebhook worked for deletion.
We might use
MutatingAdmissionWebhook
to set dryRun to eviction and intercept the pod deletion.MutatingAdmissionWebhook
doesn't work on theDELETE
verb (pod deletion), but pod eviction isCREATE
verb.