small typo: extra verb (#14765)

This commit is contained in:
Dimitri Mitropoulos 2019-06-07 22:03:06 -04:00 committed by Kubernetes Prow Robot
parent 871ba61574
commit ce2f47192d
1 changed files with 2 additions and 2 deletions

View File

@ -203,8 +203,8 @@ There are a few reasons for using proxying for Services:
and caching the results of name lookups after they should have expired.
* Some apps do DNS lookups only once and cache the results indefinitely.
* Even if apps and libraries did proper re-resolution, the low or zero TTLs
on the DNS records involve could impose a high load on DNS, that then
becomes difficult to manage.
on the DNS records could impose a high load on DNS that then becomes
difficult to manage.
### Version compatibility