Reword toleration special-cases note
Remove the example code as it does not render correctly.
This commit is contained in:
@@ -77,21 +77,10 @@ A toleration "matches" a taint if the keys are the same and the effects are the
|
|||||||
|
|
||||||
There are two special cases:
|
There are two special cases:
|
||||||
|
|
||||||
* An empty `key` with operator `Exists` matches all keys, values and effects which means this
|
An empty `key` with operator `Exists` matches all keys, values and effects which means this
|
||||||
will tolerate everything.
|
will tolerate everything.
|
||||||
|
|
||||||
```yaml
|
An empty `effect` matches all effects with key `key`.
|
||||||
tolerations:
|
|
||||||
- operator: "Exists"
|
|
||||||
```
|
|
||||||
|
|
||||||
* An empty `effect` matches all effects with key `key`.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
tolerations:
|
|
||||||
- key: "key"
|
|
||||||
operator: "Exists"
|
|
||||||
```
|
|
||||||
|
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user