kubewarden / kubewarden-controller

Manage admission policies in your Kubernetes cluster with ease
https://kubewarden.io
Apache License 2.0
181 stars 30 forks source link

Extend PolicyServer CRD to have tolerations #752

Open flavio opened 4 weeks ago

flavio commented 4 weeks ago

Is your feature request related to a problem?

Currently it's not possible to have the Policy Server Pods tolerate taints on the nodes. All the other pieces of the Kubewarden stack can achieve that, except for Policy Server.

Solution you'd like

Extend the PolicyServer CRD to have a list of Toleration objects.

The tolerations attribute will then be copied into the Policy Server Deployment under .spec.template.spec.tolerations

Alternatives you've considered

No response

Anything else?

No response