From 0c12cb72065fd37b7155301d04a51834ebd93b15 Mon Sep 17 00:00:00 2001 From: TuanAnh Nguyen <33578509+piggy2303@users.noreply.github.com> Date: Mon, 19 Dec 2022 17:07:43 +0700 Subject: [PATCH] Update dns-custom-nameservers.md fix spelling --- .../en/docs/tasks/administer-cluster/dns-custom-nameservers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/dns-custom-nameservers.md b/content/en/docs/tasks/administer-cluster/dns-custom-nameservers.md index ab737115ae..95555694f7 100644 --- a/content/en/docs/tasks/administer-cluster/dns-custom-nameservers.md +++ b/content/en/docs/tasks/administer-cluster/dns-custom-nameservers.md @@ -104,7 +104,7 @@ The Corefile configuration includes the following [plugins](https://coredns.io/p * [errors](https://coredns.io/plugins/errors/): Errors are logged to stdout. * [health](https://coredns.io/plugins/health/): Health of CoreDNS is reported to - `http://localhost:8080/health`. In this extended syntax `lameduck` will make theuprocess + `http://localhost:8080/health`. In this extended syntax `lameduck` will make the process unhealthy then wait for 5 seconds before the process is shut down. * [ready](https://coredns.io/plugins/ready/): An HTTP endpoint on port 8181 will return 200 OK, when all plugins that are able to signal readiness have done so.