This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
[cetic/nifi] When using external Zookeeper, the initContainer "zookeeper" can not pass the nc test #296
Labels
help wanted
Extra attention is needed
Describe the bug
The first initcontainer zookeeper using
nc
test if zookeeper server could be connected. When I set an external zookeeper url connecting string at thevalues.yaml
zookeeper.url
, such as 'host1:2181,host2:2181,host3:2181',the init container can not running successedVersion of Helm, Kubernetes and the Nifi chart:
What happened:
waiting for zookeeper...
nc: bad address 'host1:2181,host2:2181,host3:2181'
What you expected to happen:
Init Container zookeeper run successed
How to reproduce it (as minimally and precisely as possible):
Set
zookeeper.url
an external zookeeper connecting string like 'host1:2181,host2:2181,host3:2181'The text was updated successfully, but these errors were encountered: