container-linux-update-operator icon indicating copy to clipboard operation
container-linux-update-operator copied to clipboard

should default tolerations be more permissive?

Open eedgar opened this issue 6 years ago • 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

eedgar avatar Aug 14 '19 01:08 eedgar