Skip to content

Commit cd58d12

Browse files
kmutonasa9084
andauthored
Update content/ja/docs/tutorials/stateful-application/zookeeper.md
Co-authored-by: nasa9084 <[email protected]>
1 parent 4bb711e commit cd58d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tutorials/stateful-application/zookeeper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ kubectl get pod -w -l app=zk
736736
kubectl exec zk-0 -- rm /opt/zookeeper/bin/zookeeper-ready
737737
```
738738

739-
ZooKeeperプロセスの失敗のために生存プローブを使う時、アンサンブル内の不健全なプロセスが再起動されることを保証するために、Kubernetesは自動的にプロセスを再起動します。
739+
ZooKeeperプロセスの失敗のためにliveness probeを使う時、アンサンブル内の不健全なプロセスが再起動されることを保証するために、Kubernetesは自動的にプロセスを再起動します。
740740

741741
```shell
742742
kubectl get pod -w -l app=zk

0 commit comments

Comments
 (0)