Skip to content

Commit

Permalink
Add description about local http proxy setting's effect on liveness p…
Browse files Browse the repository at this point in the history
…robe (kubernetes#11567)

* Add description about local http proxy setting's effect on liveness probe

* Update configure-liveness-readiness-probes.md
  • Loading branch information
WanLinghao authored and bsalamat committed Jan 29, 2019
1 parent 21f8233 commit a2f7063
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -173,6 +173,12 @@ the Container has been restarted:
kubectl describe pod liveness-http
```
In releases prior to v1.13 (including v1.13), if the environment variable
`http_proxy` (or `HTTP_PROXY`) is set on the node where a pod is running,
the HTTP liveness probe uses that proxy.
In releases after v1.13, local HTTP proxy environment variable settings do not
affect the HTTP liveness probe.
## Define a TCP liveness probe
A third type of liveness probe uses a TCP Socket. With this configuration, the
Expand Down

0 comments on commit a2f7063

Please sign in to comment.