aboutsummaryrefslogtreecommitdiff
path: root/plugin/k8s_external/README.md
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-10-28 18:56:35 +0100
committerGravatar GitHub <noreply@github.com> 2020-10-28 10:56:35 -0700
commitc2e4f2f1aba9101f4509eb11493eac21fd3a8b3c (patch)
tree64c8aacf643745203233c00aea20c517194dd7b6 /plugin/k8s_external/README.md
parentc58e4b09fcc07157595a3fc1db7649a4033c3258 (diff)
downloadcoredns-c2e4f2f1aba9101f4509eb11493eac21fd3a8b3c.tar.gz
coredns-c2e4f2f1aba9101f4509eb11493eac21fd3a8b3c.tar.zst
coredns-c2e4f2f1aba9101f4509eb11493eac21fd3a8b3c.zip
docs: move Also See to See Also (#4245)
sed -i 's/Also See/See Also/' plugin/**/README.md Some plugins did already use 'See Also', so it's all consistent now. Fixes: #4196 Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/k8s_external/README.md')
-rw-r--r--plugin/k8s_external/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/k8s_external/README.md b/plugin/k8s_external/README.md
index 9fded952a..0faaca3cf 100644
--- a/plugin/k8s_external/README.md
+++ b/plugin/k8s_external/README.md
@@ -84,7 +84,7 @@ spec:
~~~
-# Also See
+# See Also
For some background see [resolve external IP address](https://github.com/kubernetes/dns/issues/242).
And [A records for services with Load Balancer IP](https://github.com/coredns/coredns/issues/1851).