Hide Forgot
Document URL: https://access.redhat.com/documentation/en/openshift-enterprise/3.1/developer-guide/chapter-24-application-health Section Number and Name: 24.2. CONTAINER HEALTH CHECKS USING PROBES HTTP Checks Describe the issue: Here's the downstream descriptions of error codes: The check is deemed successful if the hook returns with 200 or 399. Here's the upstream description however (which is linked on the same page): If it returns between 200 and 399, it is considered success, failure otherwise. So any status code in the range from 200 to 399 is deemed "success" by kubernetes. Suggestions for improvement: Fix the sentence as all 2xx and 3xx codes are "success" and there seems to be a typo. Additional information: Upstream doc: http://kubernetes.io/v1.0/docs/user-guide/walkthrough/k8s201.html#health-checking HTTP Status Codes: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#2xx_Success https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#3xx_Redirection