Update healthcheck-failed.md

pull/153/head
tlipoca9 2024-03-28 15:51:07 +08:00 committed by GitHub
parent fed87ae9a4
commit 34b21c2969
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
## 健康检查配置不合理
`initialDelaySeconds` 太短,容器启动慢,导致容器还没完全启动就开始探测,如果 successThreshold 是默认值 1检查失败一次就会被 kill然后 pod 一直这样被 kill 重启。
`initialDelaySeconds` 或 [StartProbe](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-startup-probes) 配置的时间太短,容器启动慢,导致容器还没完全启动就开始探测。如果 failureThreshold 是默认值 1检查失败一次就会被 kill然后 pod 一直这样被 kill 重启。参考 [健康检查配置](../../best-practices/configure-healthcheck.md)。
## 节点负载过高