Skip to content

Commit 5be30ec

Browse files
Merge pull request #280844 from johnmarco/docs-editor/dns-forwarding-1721060712
Update dns-forwarding.md
2 parents 1e157e6 + 1101aa4 commit 5be30ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/openshift/dns-forwarding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
ms.topic: conceptual
8-
ms.date: 04/24/2020
8+
ms.date: 07/14/2024
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)