Update content/ja/docs/tutorials/stateful-application/zookeeper.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>pull/40435/head
parent
4bb711e0ce
commit
cd58d12b7d
|
@ -736,7 +736,7 @@ kubectl get pod -w -l app=zk
|
|||
kubectl exec zk-0 -- rm /opt/zookeeper/bin/zookeeper-ready
|
||||
```
|
||||
|
||||
ZooKeeperプロセスの失敗のために生存プローブを使う時、アンサンブル内の不健全なプロセスが再起動されることを保証するために、Kubernetesは自動的にプロセスを再起動します。
|
||||
ZooKeeperプロセスの失敗のためにliveness probeを使う時、アンサンブル内の不健全なプロセスが再起動されることを保証するために、Kubernetesは自動的にプロセスを再起動します。
|
||||
|
||||
```shell
|
||||
kubectl get pod -w -l app=zk
|
||||
|
|
Loading…
Reference in New Issue