Merge pull request #47930 from scheduler-tester/patch-2
Fix wrong info about empty toleration key (#47929)
This commit is contained in:
commit
bcaf5a0a8c
|
|
@ -85,8 +85,7 @@ A toleration "matches" a taint if the keys are the same and the effects are the
|
|||
|
||||
There are two special cases:
|
||||
|
||||
An empty `key` with operator `Exists` matches all keys, values and effects which means this
|
||||
will tolerate everything.
|
||||
If the `key` is empty, then the `operator` must be `Exists`, which matches all keys and values. Note that the `effect` still needs to be matched at the same time.
|
||||
|
||||
An empty `effect` matches all effects with key `key1`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue