Difference between revisions of "Kubernetes taints and tolerations"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
− | * A taint consists of a key, value, and effect. As an argument here, it is expressed as key=value:effect. | + | * A taint consists of a key, value, and effect. As an argument here, it is expressed as |
+ | key=value:effect. | ||
+ | * The effect must be [[NoSchedule]], [[PreferNoSchedule]] or [[NoExecute]]. | ||
== Activities == | == Activities == |
Revision as of 20:06, 1 March 2023
Taints allow a node to repel a set of pods, in opposite to Node Affinity
- A taint consists of a key, value, and effect. As an argument here, it is expressed as
key=value:effect.
- The effect must be NoSchedule, PreferNoSchedule or NoExecute.
Activities
Related
See also
Advertising: