Skip to content

Commit e94dfcb

Browse files
authored
Merge pull request #53053 from sheriff-rh/asciidoc-fix-1
Update to fix asciidoc builds
2 parents 02284d8 + 70bbddc commit e94dfcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/infrastructure-moving-router.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $ oc edit ingresscontroller default -n openshift-ingress-operator
6161
----
6262
spec:
6363
nodePlacement:
64-
nodeSelector:
64+
nodeSelector: <1>
6565
matchLabels:
6666
node-role.kubernetes.io/infra: ""
6767
tolerations:
@@ -72,7 +72,7 @@ $ oc edit ingresscontroller default -n openshift-ingress-operator
7272
key: node-role.kubernetes.io/infra
7373
value: reserved
7474
----
75-
<1> Add a `nodeSelector` parameter with the appropriate value to the component you want to move. You can use a `nodeSelector` in the format shown or use `<key>: <value>` pairs, based on the value specified for the node. If you added a taint to the infrasructure node, also add a matching toleration.
75+
<1> Add a `nodeSelector` parameter with the appropriate value to the component you want to move. You can use a `nodeSelector` in the format shown or use `<key>: <value>` pairs, based on the value specified for the node. If you added a taint to the infrastructure node, also add a matching toleration.
7676

7777
. Confirm that the router pod is running on the `infra` node.
7878
.. View the list of router pods and note the node name of the running pod:

0 commit comments

Comments
 (0)