rough-jordan-89140
11/25/2022, 1:10 PMAn empty key with operator Exists matches all keys, values and effects which means this will tolerate everything.
tolerations:
- operator: "Exists"
and
kubectl -n cattle-system patch ds/cattle-node-agent -p '{"spec":{"template":{"spec":{"tolerations":[{"operator":"Exists"}]}}}}'
do you think that the first code snippet can be added to the cattle-cluster-agent deployment manifest or it will work only with kubectl patch? We would like to make this persist with code.
Please let us know if we really can add a toleration to cattle-cluster-agent deployment manifest, thank you 🙇agreeable-waiter-30020
11/27/2022, 3:14 AMrough-jordan-89140
11/27/2022, 3:11 PMagreeable-waiter-30020
11/28/2022, 4:42 PMrough-jordan-89140
11/29/2022, 10:50 AM