We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172adc0 commit 9402f60Copy full SHA for 9402f60
zookeeper/50pzoo.yml
@@ -48,7 +48,7 @@ spec:
48
command:
49
- /bin/sh
50
- -c
51
- - '[ "imok" = "$(echo ruok | nc -w 1 127.0.0.1 2181)" ]'
+ - '[ "imok" = "$(echo ruok | nc -w 1 -q 1 127.0.0.1 2181)" ]'
52
volumeMounts:
53
- name: config
54
mountPath: /etc/kafka
zookeeper/51zoo.yml
@@ -51,7 +51,7 @@ spec:
55
56
57
0 commit comments