foriequal0 / pod-graceful-drain

You don't need `lifecycle: { preStop: { exec: { command: ["sleep", "30"] } } }`
Apache License 2.0
251 stars 17 forks source link

Eviction can be handled differently #13

Closed foriequal0 closed 3 years ago

foriequal0 commented 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.

foriequal0 commented 3 years ago

It worked better than I thought. I wish MutatingAdmissionWebhook worked for deletion.