Skip to content

Commit 914b845

Browse files
committed
Learn Editor: Update dns-forwarding.md
1 parent 86510ec commit 914b845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/openshift/dns-forwarding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ms.date: 04/24/2020
99
---
1010
# Configure DNS forwarding on an Azure Red Hat OpenShift 4 Cluster
1111

12-
To configure DNS Forwarding on an Azure Red Hat OpenShift cluster, you'll need to modify the DNS operator. This modification will allow your application pods running inside the cluster to resolve names hosted on a private DNS server outside the cluster. These steps are documented for OpenShift 4.6 [here](https://docs.openshift.com/container-platform/4.6/networking/dns-operator.html).
12+
To configure DNS Forwarding on an Azure Red Hat OpenShift cluster, you'll need to modify the DNS operator. This modification allows the application pods running inside the cluster to resolve names hosted on a private DNS server outside the cluster. These steps are documented for OpenShift 4.6 [here](https://docs.openshift.com/container-platform/4.6/networking/dns-operator.html).
1313

14-
For example, if you want to forward all DNS requests for *.example.com to be resolved by a DNS server 192.168.100.10, you can edit the operator configuration by running:
14+
For example, if you want to forward all DNS requests for *.example.com to be resolved by a DNS server 192.168.100.10, edit the operator configuration by running:
1515

1616
```bash
1717
oc edit dns.operator/default
1818
```
1919

20-
This will launch an editor and you can replace `spec: {}` with:
20+
This launches an editor sp you can replace `spec: {}` with:
2121

2222
```yaml
2323
spec:

0 commit comments

Comments
 (0)