File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -358,4 +358,31 @@ Use this procedure for any additional ingress controllers you may have in the cl
358
358
grafana-599d4b948c-btlp2 3/3 Running 0 2m48s 10.131.4.10 cz-cluster-hsmtw-infra-aro-machinesets-eastus-1-vr56r <none> <none>
359
359
kube-state-metrics-574c5bfdd7-f7fjk 3/3 Running 0 2m49s 10.131.4.8 cz-cluster-hsmtw-infra-aro-machinesets-eastus-1-vr56r <none> <none>
360
360
```
361
+
362
+ ### DNS
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
+ ```
361
380
381
+ 1. Verify that DNS pods are scheduled onto all infra nodes.
382
+
383
+ ```
384
+ oc get ds/dns-default -n openshift-dns
385
+ NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
386
+ dns-default 7 7 7 7 7 kubernetes.io/os=linux 35d
387
+ ```
388
+
You can’t perform that action at this time.
0 commit comments