From e9403b2945b4a2e52af02decee9660bb535e4c06 Mon Sep 17 00:00:00 2001 From: Michael Beasley Date: Tue, 3 Aug 2021 23:22:03 -0500 Subject: [PATCH] Update README.md Fix typo --- dns-controller/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dns-controller/README.md b/dns-controller/README.md index 7914c7c415..8c636f1e84 100644 --- a/dns-controller/README.md +++ b/dns-controller/README.md @@ -18,7 +18,7 @@ but for now we just expose it via DNS. ### Pods with hostNetworking -dns-controller can add DNS records that point to nodes *with hostNetworknig* enabled. +dns-controller can add DNS records that point to nodes *with hostNetworking* enabled. The dns-controller recognizes annotations on pod. @@ -51,4 +51,4 @@ spec: watchIngress: true ``` -dns-controller will then map the specified ingress hostname and the `LoadBalancer` assigned to the ingress. \ No newline at end of file +dns-controller will then map the specified ingress hostname and the `LoadBalancer` assigned to the ingress.