Skip to content

Commit 691be53

Browse files
authored
Merge pull request kubernetes#1443 from lemonli/bugfix/sig-network-nodelocal-dns
Modify wrong word of sig-network nodelocal dns
2 parents 396d438 + 1bad7f3 commit 691be53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keps/sig-network/0030-nodelocal-dns-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Having the pods query the nodelocal cache introduces a single point of failure.
188188

189189
* The Daemonset is assigned a PriorityClass of "system-node-critical", to ensure it is not evicted.
190190

191-
* Populating both the nodelocal cache ip address and kube-dns ip address in resolv.conf is not a reliable option. Depending on underlying implementation, this can result in kube-dns being queried only if cache ip does not repond, or both queried simultaneously.
191+
* Populating both the nodelocal cache ip address and kube-dns ip address in resolv.conf is not a reliable option. Depending on underlying implementation, this can result in kube-dns being queried only if cache ip does not respond, or both queried simultaneously.
192192

193193

194194
## Graduation Criteria

0 commit comments

Comments
 (0)