Skip to content

Commit 71c2f37

Browse files
Merge pull request #231903 from joharder/main
Update howto-custom-dns.md
2 parents 327cd20 + 4b4c281 commit 71c2f37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/openshift/howto-custom-dns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Configure custom DNS resources in an Azure Red Hat OpenShift (ARO) cluster
3-
description: Discover how to add a custom DNS server on all of your nodes in Azure Red Hat OpenShift (ARO).
2+
title: Configure a custom DNS resolver in an Azure Red Hat OpenShift (ARO) cluster
3+
description: Discover how to add a custom DNS resolver on all of your nodes in Azure Red Hat OpenShift (ARO).
44
author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
ms.topic: article
88
ms.date: 06/02/2021
99
#Customer intent: As an operator or developer, I need a custom DNS configured for an Azure Red Hat OpenShift cluster
1010
---
11-
# Configure custom DNS for your Azure Red Hat OpenShift (ARO) cluster
11+
# Configure a custom DNS resolver for your Azure Red Hat OpenShift (ARO) cluster
1212

1313
This article provides the necessary details that allow you to configure your Azure Red Hat OpenShift cluster (ARO) to use a custom DNS server. It contains the cluster requirements for a basic ARO deployment.
1414

@@ -140,7 +140,7 @@ Create the worker restart file, this example calls the file `worker-restarts.yml
140140
machineconfig.machineconfiguration.openshift.io/25-machineconfig-worker-reboot created
141141
```
142142

143-
The MCO will move workloads and then reboot each node one at a time. Once the workers have come back online, we will follow the same procedure to reboot the master nodes. You can verify the status of the workers by querying the nodes and validate they are all in the `Ready` state.
143+
The MCO moves workloads and then reboots each node one at a time. Once the workers have come back online, we'll follow the same procedure to reboot the master nodes. You can verify the status of the workers by querying the nodes and validate they're all in the `Ready` state.
144144

145145
>[!NOTE]
146146
> Depending on the size of the workload the cluster has, it can take several minutes for each node to reboot.

0 commit comments

Comments
 (0)