We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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