Tolerations For Scheduling
The tolerations
option expects an object which sets the tolerations
Kubernetes attribute for Pods.
tolerations
Default Value For tolerations: {}
Example: Setting Tolerations For Scheduling
containers:- image: john/appbackendtolerations:- key: "node.kubernetes.io/unreachable" operator: "Exists" effect: "NoExecute" tolerationSeconds: 6000