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:
133133 value: reserved <3>
134134 - effect: NoExecute <4>
135135 key: node-role.kubernetes.io/infra <5>
136- operator: Exists <6>
136+ operator: Equal <6>
137137 value: reserved <7>
138138----
139139<1> Specify the effect that you added to the node.
140140<2> Specify the key that you added to the node.
141141<3> Specify the value of the key-value pair taint that you added to the node.
142142<4> Specify the effect that you added to the node.
143143<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.
145145<7> Specify the value of the key-value pair taint that you added to the node.
146146+
147147This 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