Skip to content

Commit dbcd58c

Browse files
npintauxjmhbnz
andcommitted
Apply suggestions from code review
Corrected typos per review Co-authored-by: James Blair <[email protected]>
1 parent 9efce8e commit dbcd58c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site-src/guides/coredns.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuring CoreDNS with the multicluster option
22

3-
The [CoreDNS multicluster plugin](https://coredns.io/explugins/multicluster/) is necessary to be able to reference multicluster services properly. By default, [CoreDNS](https://coredns.io/) does not include this plugin and it is therefore necessary to recompile CoreDNS to build a container image enabling this fonctionality.
3+
The [CoreDNS multicluster plugin](https://coredns.io/explugins/multicluster/) is necessary to be able to reference multicluster services properly. By default, [CoreDNS](https://coredns.io/) does not include this plugin and it is therefore necessary to recompile CoreDNS to build a container image enabling this functionality.
44
The following paragraphs highlight how one can re-deploy CoreDNS with the [multicluster plugin](https://coredns.io/explugins/multicluster/). To illustrate the concepts, it has been chosen to use a Kind cluster with its default configuration.
55

66
## Step 1: Deploying a Kind cluster and checking its CoreDNS configuration
@@ -108,9 +108,9 @@ Other plugins:
108108
This list is important as we will use it and just add the multicluster plugin to recompile CoreDNS.
109109

110110
## Re-compiling CoreDNS
111-
The easiest way to recompile CoreDNS and generate a new container image is to use the instructions on the [official CoreDNS source repository](https://github.com/coredns/coredns#compilation-from-source). We specifically recommend the compilation with Docker which includes a read-to-use Go environment.
111+
The easiest way to recompile CoreDNS and generate a new container image is to use the instructions on the [official CoreDNS source repository](https://github.com/coredns/coredns#compilation-from-source). We specifically recommend the compilation with Docker which includes a ready-to-use Go environment.
112112

113-
Prior to trigger the compilation, it is necessary to modify the `plugin.cfg` file. First, it is highly recommended to keep the same plugins as the ones found in the previous paragraph.
113+
Prior to triggering the compilation, it is necessary to modify the `plugin.cfg` file. First, it is highly recommended to keep the same plugins as the ones found in the previous paragraph.
114114
Second, it is necessary to add the following instruction right **after** the `kubernetes:kubernetes` line:
115115
```
116116
...

0 commit comments

Comments
 (0)