sustainable-computing-io / kepler-operator

Kepler Operator
Apache License 2.0
25 stars 26 forks source link

fix(api): define default toleration in Kepler CRD #273

Closed sthaha closed 11 months ago

sthaha commented 11 months ago

Previously, kubectl get kepler -o wide did not show the default toleration applied viz. {"operator": "Exists"}

This PR fixes it by moving the default toleration to the CRD spec itself

Fixes: https://github.com/sustainable-computing-io/kepler-operator/issues/186