mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
kubectl taint
update for NoExecute
.
This commit is contained in:
parent
5e29e1ee05
commit
ab94015ee8
@ -61,7 +61,7 @@ var (
|
|||||||
* 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 key must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to %[1]d characters.
|
* The key must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to %[1]d characters.
|
||||||
* The value must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to %[2]d characters.
|
* The value must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to %[2]d characters.
|
||||||
* The effect must be NoSchedule or PreferNoSchedule.
|
* The effect must be NoSchedule, PreferNoSchedule or NoExecute.
|
||||||
* Currently taint can only apply to node.`)
|
* Currently taint can only apply to node.`)
|
||||||
|
|
||||||
taint_example = templates.Examples(`
|
taint_example = templates.Examples(`
|
||||||
|
Loading…
Reference in New Issue
Block a user