mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix wrong help message for taint
This commit is contained in:
parent
ed5a236525
commit
a8b15492b4
@ -59,7 +59,7 @@ var (
|
||||
|
||||
* 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 value 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 effect must be NoSchedule or PreferNoSchedule.
|
||||
* Currently taint can only apply to node.`)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user