Skip to content

Commit 0953259

Browse files
committed
Improving Acrolinx correctness
1 parent b80bfa3 commit 0953259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/coredns-custom.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article shows you how to use ConfigMaps for basic CoreDNS customization opt
2525

2626
* This article assumes that you have an existing AKS cluster. If you need an AKS cluster, you can create one using [Azure CLI][aks-quickstart-cli], [Azure PowerShell][aks-quickstart-powershell], or the [Azure portal][aks-quickstart-portal].
2727
* Verify the version of CoreDNS you're running. The configuration values may change between versions.
28-
* When creating a configuration like the examples below, your names in the *data* section must end in either *.server* or *.override*. This naming convention is defined in the default AKS CoreDNS ConfigMap, which you can view using the `kubectl get configmaps --namespace=kube-system coredns -o yaml` command.
28+
* When you create configurations like the examples below, your names in the *data* section must end in *.server* or *.override*. This naming convention is defined in the default AKS CoreDNS ConfigMap, which you can view using the `kubectl get configmaps --namespace=kube-system coredns -o yaml` command.
2929

3030
## Plugin support
3131

@@ -112,7 +112,7 @@ If you need to specify a forward server for your network traffic, you can create
112112

113113
You may want to configure custom domains that can only be resolved internally. For example, you may want to resolve the custom domain *puglife.local*, which isn't a valid top-level domain. Without a custom domain ConfigMap, the AKS cluster can't resolve the address.
114114

115-
1. Create a new file named `corednsms.yaml` and paste the following example configuration. Make sure to update the custom domain and IP address to direct traffic to with the values for your own environment.
115+
1. Create a new file named `corednsms.yaml` and paste the following example configuration. Make sure to update the custom domain and IP address with the values for your own environment.
116116

117117
```yaml
118118
apiVersion: v1

0 commit comments

Comments
 (0)