Merge branch 'master' into patch-54

This commit is contained in:
Cody Clark
2017-08-18 10:01:08 -07:00
committed by GitHub
13 changed files with 25 additions and 21 deletions
@@ -180,7 +180,7 @@ cant it is considered a failure.
{% include code.html language="yaml" file="tcp-liveness-readiness.yaml" ghlink="/docs/tasks/configure-pod-container/tcp-liveness-readiness.yaml" %}
As you can see, configuration for a TCP check is quite similar to a HTTP check.
As you can see, configuration for a TCP check is quite similar to an HTTP check.
This example uses both readiness and liveness probes. The kubelet will send the
first readiness probe 5 seconds after the container starts. This will attempt to
connect to the `goproxy` container on port 8080. If the probe succeeds, the pod