knative / operator

Combined operator for Knative.
Apache License 2.0
179 stars 98 forks source link

Allow setting of Tolerations for the Operator Deployment during installation #1820

Open phmcder opened 3 weeks ago

phmcder commented 3 weeks ago

Problem I use node taints to define which nodes my pods reside on. The Helm chart does not allow me to set Tolerations for the Operator deployment, so therefore, the pod cannot find a node to deploy to.

Persona: Operator

Exit Criteria Tolerations can be set for the deployment when deployed to the cluster

Time Estimate (optional): 2 Days

houshengbo commented 2 weeks ago

@phmcder Welcome to contribute if you find this useful.