File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,15 +133,15 @@ tolerations:
133
133
value: reserved <3>
134
134
- effect: NoExecute <4>
135
135
key: node-role.kubernetes.io/infra <5>
136
- operator: Exists <6>
136
+ operator: Equal <6>
137
137
value: reserved <7>
138
138
----
139
139
<1> Specify the effect that you added to the node.
140
140
<2> Specify the key that you added to the node.
141
141
<3> Specify the value of the key-value pair taint that you added to the node.
142
142
<4> Specify the effect that you added to the node.
143
143
<5> Specify the key that you added to the node.
144
- <6> Specify the `Exists ` Operator to require a taint with the key `node-role.kubernetes.io/infra` to be present on the node.
144
+ <6> Specify the `Equal ` Operator to require a taint with the key `node-role.kubernetes.io/infra` to be present on the node.
145
145
<7> Specify the value of the key-value pair taint that you added to the node.
146
146
+
147
147
This toleration matches the taint created by the `oc adm taint` command. A pod with this toleration can be scheduled onto the infra node.
You can’t perform that action at this time.
0 commit comments