-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add extended health checking of pods/containers #66
Comments
I view per-container liveness probes as having 4 main parts:
We also want it to be easy to disable/reenable these checks, such as for attaching a debugger and stopping at a breakpoint. |
It's worth noting that docker stop sends SIGTERM, waits for a parameterized grace period, and then sends SIGKILL, which is basically the behavior we want: FWIW, some do not like SIGKILL: |
FWIW, here's a description of Marathon's liveness checks: HTTP responses between 200-399 are considered live. The max # of consecutive failures is configurable (as with GCE's LB readiness checks). Aurora's are similar: |
I believe this is now fixed. |
Fix hyper container id
Interference detector interface
Bundle localkube in the minikube binary as a blob, send that to the VM.
Remove the explicit SecurityContextDeny due to failures in e2e
README: fix slack link
rktlet: host network support
coreos hyperkube v1.3.3
Upgrade etcd client to 3.2.25 for release-1.9
Add toleration to yet another test pod
Bump v1.14.0 alpha.3
Add update to 1.4 feature complete date, and feature complete exception process
Older kernels don't support looking up interface by name (via netlink). In these cases, fallback to dumping all interfaces. This patch just pulls in latest netlink library. Fixes kubernetes#66
…ble-cr-registry UPSTREAM: <carry>: apiextensions: make CR registry reusable with different store
…nittest Add a test for schema validation
We should have the kubelet do HTTP based health checking.
We could also use container "run in" support to execute a script in the context of a container to do the health checking.
The text was updated successfully, but these errors were encountered: