This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(health checks): implement new kubernetes 1.2 health check features
Added the following new functionalities * HEALTHCHECK_PERIOD_SECONDS - How often (in seconds) to perform the probe * HEALTHCHECK_SUCCESS_THRESHOLD - How many probe runs need to be done after failure to consider it a success again * HEALTHCHECK_FAILURE_THRESHOLD - How many times a probe should fail before considered being down These defaults are all copied from kubernetes but may have to be adjusted due to our high default timeout, or we bring the default timeout down Closes #251
- Loading branch information
Showing
2 changed files
with
45 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters