Skip to content

Commit 685e54d

Browse files
authored
Merge pull request #21211 from briandealwis/patch-1
Reword toleration special-cases note
2 parents 4b61de1 + abd22fe commit 685e54d

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,10 @@ A toleration "matches" a taint if the keys are the same and the effects are the
7777

7878
There are two special cases:
7979

80-
* An empty `key` with operator `Exists` matches all keys, values and effects which means this
80+
An empty `key` with operator `Exists` matches all keys, values and effects which means this
8181
will tolerate everything.
8282

83-
```yaml
84-
tolerations:
85-
- operator: "Exists"
86-
```
87-
88-
* An empty `effect` matches all effects with key `key`.
89-
90-
```yaml
91-
tolerations:
92-
- key: "key"
93-
operator: "Exists"
94-
```
83+
An empty `effect` matches all effects with key `key`.
9584

9685
{{< /note >}}
9786

0 commit comments

Comments
 (0)