container-linux-update-operator
container-linux-update-operator copied to clipboard
should default tolerations be more permissive?
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