mirror of https://github.com/k3s-io/k3s
fix typos
parent
885f2b5f48
commit
7b28c46f6a
|
@ -69,8 +69,8 @@ variables will not be populated. This restriction will be removed once DNS for
|
||||||
`services` is supported.
|
`services` is supported.
|
||||||
|
|
||||||
A `service`, through its label selector, can resolve to 0 or more `endpoints`.
|
A `service`, through its label selector, can resolve to 0 or more `endpoints`.
|
||||||
Over the life of a `services`, the set of `pods` which comprise that
|
Over the life of a `service`, the set of `pods` which comprise that
|
||||||
`services` can
|
`service` can
|
||||||
grow, shrink, or turn over completely. Clients will only see issues if they are
|
grow, shrink, or turn over completely. Clients will only see issues if they are
|
||||||
actively using a backend when that backend is removed from the `services` (and even
|
actively using a backend when that backend is removed from the `services` (and even
|
||||||
then, open connections will persist for some protocols).
|
then, open connections will persist for some protocols).
|
||||||
|
|
Loading…
Reference in New Issue