Replace "via" with words more suited to an international audience

See gh-28464
This commit is contained in:
Jay Bryant
2021-10-27 16:32:24 -05:00
committed by Andy Wilkinson
parent 7bd00a4df0
commit 73a18c73f4
17 changed files with 34 additions and 30 deletions

View File

@@ -122,7 +122,7 @@ Because this shutdown processing happens in parallel (and due to the nature of d
You can configure a sleep execution in a preStop handler to avoid requests being routed to a pod that has already begun shutting down.
This sleep should be long enough for new requests to stop being routed to the pod and its duration will vary from deployment to deployment.
The preStop handler can be configured via the PodSpec in the pod's configuration file as follows:
The preStop handler can be configured by using the PodSpec in the pod's configuration file as follows:
[source,yml,indent=0,subs="verbatim"]
----