File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,15 @@ ready" and its route will be removed from gorouter's route table. This new
39
39
readiness healthcheck will give users a healthcheck option that is less drastic
40
40
than the current option.
41
41
42
+ ## Types of readiness healthcheck
43
+
44
+ Readiness healthcheck can be either "http" or "tcp" type. The format of healthcheck
45
+ type is [ similar to liveness
46
+ healthcheck] ( https://docs.cloudfoundry.org/devguide/deploy-apps/healthchecks.html ) .
47
+ The "process" healthcheck type will not be supported since it doesn't make sense
48
+ to have "process" readiness healthcheck type. Once any defined process exits AI
49
+ is marked as crashed.
50
+
42
51
### Architecture Overview
43
52
This feature will require changes in the following releases
44
53
You can’t perform that action at this time.
0 commit comments