Difference between revisions of "NoExecute"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A [[Kubernetes taints and tolerations|taint]] consists of a key, value, and effect. As an argument here, it is expressed as <code>[[key=value:effect]]</code>. The effect must be <code>[[NoSchedule]], [[PreferNoSchedule]] or [[NoExecute]].</code> | A [[Kubernetes taints and tolerations|taint]] consists of a key, value, and effect. As an argument here, it is expressed as <code>[[key=value:effect]]</code>. The effect must be <code>[[NoSchedule]], [[PreferNoSchedule]] or [[NoExecute]].</code> | ||
+ | |||
+ | [[node.kubernetes.io/unreachable]]:NoExecute | ||
+ | [[tolerations:]] | ||
== See also == | == See also == | ||
+ | * {{node.kubernetes.io}} | ||
* {{taint}} | * {{taint}} | ||
+ | |||
+ | [[Category:K8s]] |
Latest revision as of 18:08, 28 July 2024
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.
node.kubernetes.io/unreachable:NoExecute tolerations:
See also[edit]
Advertising: