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.
1 parent 8d95334 commit 5763aafCopy full SHA for 5763aaf
articles/openshift/howto-infrastructure-nodes.md
@@ -363,7 +363,21 @@ Use this procedure for any additional ingress controllers you may have in the cl
363
364
1. Allow the DNS pods to run on the infrastructure nodes.
365
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
381
1. Verify that DNS pods are scheduled onto all infra nodes.
382
383
```
0 commit comments