Skip to content

Commit 5763aaf

Browse files
authored
Update howto-infrastructure-nodes.md
1 parent 8d95334 commit 5763aaf

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/openshift/howto-infrastructure-nodes.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,21 @@ Use this procedure for any additional ingress controllers you may have in the cl
363363
364364
1. Allow the DNS pods to run on the infrastructure nodes.
365365
366-
366+
```
367+
oc edit dns.operator/default
368+
```
369+
370+
```
371+
apiVersion: operator.openshift.io/v1
372+
kind: DNS
373+
metadata:
374+
name: default
375+
spec:
376+
nodePlacement:
377+
tolerations:
378+
- operator: Exists
379+
```
380+
367381
1. Verify that DNS pods are scheduled onto all infra nodes.
368382
369383
```

0 commit comments

Comments
 (0)