We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b61de1 + abd22fe commit 685e54dCopy full SHA for 685e54d
content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
@@ -77,21 +77,10 @@ A toleration "matches" a taint if the keys are the same and the effects are the
77
78
There are two special cases:
79
80
-* 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
81
will tolerate everything.
82
83
-```yaml
84
-tolerations:
85
-- operator: "Exists"
86
-```
87
-
88
-* An empty `effect` matches all effects with key `key`.
89
90
91
92
-- key: "key"
93
- operator: "Exists"
94
+An empty `effect` matches all effects with key `key`.
95
96
{{< /note >}}
97
0 commit comments