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
  • Loading branch information
WanLinghao committed Dec 6, 2018
1 parent b9140c7 commit 64a954e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -173,6 +173,10 @@ the Container has been restarted:
kubectl describe pod liveness-http
```
Before and in v1.13, if `http_proxy` or `HTTP_PROXY` environment variables was set on the
node which pod is running, the http liveness probe would use that proxy. After v1.13, local
http proxy envirnment variables would not effect http liveness probe any more.
## 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 64a954e

Please sign in to comment.