【发布时间】:2019-04-18 11:54:21
【问题描述】:
我正在使用 readinessprobe 进行滚动更新。它工作正常。但即使在豆荚出现之后。即使在 pod 运行后,它也会继续 ping healthz。我假设当 pod 启动并运行时它会停止 ping。对吗?
specs:
containers:
- name: ready
readinessProbe:
httpGet:
path: /healthz
port: 80
【问题讨论】: