mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-15 23:40:25 +00:00
Automatic merge from submit-queue (batch tested with PRs 50563, 50698, 50796) Disable Docker's health check until we officially support it Ref: https://github.com/kubernetes/kubernetes/issues/50703 Tested locally. Without this PR: ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES afdd796ddddc gcr.io/ygg-gke-dev/nginx-healthcheck "nginx -g 'daemon ..." 5 minutes ago Up 5 minutes (healthy) k8s_test-container_test-pod_default_8a1ad225-82bf-11e7-becb-480fcf514648_0 ``` With this PR: ``` e3fb2437555f gcr.io/ygg-gke-dev/nginx-healthcheck "nginx -g 'daemon ..." 10 seconds ago Up 9 seconds k8s_test-container_test-pod_default_de82e83c-82c0-11e7-b3fc-480fcf514648_0 ``` **Release note**: ``` Disable Docker's health check until we officially support it. ``` /assign @yujuhong /assign @dchen1107