coreos/container-linux-update-operator

should default tolerations be more permissive?

eedgar opened this issue · 0 comments

for example here

https://github.com/coreos/container-linux-update-operator/blob/master/examples/deploy/update-agent.yaml#L40
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule

should it change to this?
tolerations:
- operator: Exists