Yolean/kubernetes-kafka

Zookeeper test.sh fails

Closed this issue · 0 comments

In https://github.com/Yolean/kubernetes-kafka/blob/master/zookeeper/test.sh the tests fail because:

  • The namespace is not specified
  • The image does not contain /opt/zookeeper/bin/zkCli.sh (or anything in the /opt/zookeeper)

I noticed that when I shell into the container (kubectl exec -it zoo-0 -n kafka -- /bin/bash) I can find /opt/zookeeper-shell.sh