gocardless / theatre

GoCardless' collection of Kubernetes extensions
MIT License
23 stars 17 forks source link

Removed Mutating Admission Webhook for pod priorities #276

Closed rnaveiras closed 1 year ago

rnaveiras commented 1 year ago

Removed priority-injector.workloads.gocardless.com

We aren't using this feature anymore; we might revamp this design. However, we want to remove this configuration and potentially all related code.

In additional context, this has been a blocker for other projects that we're doing.

They were never a configuration flag to enable this setting. However, you could opt-in via labels in the relevant namespace. See label theatre_priority_injector.

After this PR, some of the acceptance tests will be broken, which I will use as a guide to removing the rest of the relevant code.