Skip to content

Commit c04fe12

Browse files
author
Sakthi Vetrivel
committed
fixing typos
1 parent 3b3bd39 commit c04fe12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/openshift/dns-forwarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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.3 [here](https://docs.openshift.com/container-platform/4.3/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 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.3 [here](https://docs.openshift.com/container-platform/4.3/networking/dns-operator.html).
1313

1414
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:
1515

articles/openshift/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
items:
1818
- name: Create a private Azure Red Hat OpenShift 4 cluster
1919
href: create-private-cluster.md
20-
- name: Configure DNS Forwarding for an Azure Red Hat OpenShift 4 cluster
20+
- name: Configure DNS forwarding for an Azure Red Hat OpenShift 4 cluster
2121
href: dns-forwarding.md
22-
- name: Configure Azure Active Directory authentication for Azure Red Hat OpenShift 4 cluster
22+
- name: Configure Azure Active Directory authentication for an Azure Red Hat OpenShift 4 cluster
2323
items:
2424
- name: Configure Azure Active Directory authentication (CLI)
2525
href: configure-azure-ad-cli.md

0 commit comments

Comments
 (0)