Skip to content
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

Open
superdachuan opened this issue May 16, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@superdachuan
Copy link

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 the values.yaml zookeeper.url , such as 'host1:2181,host2:2181,host3:2181',the init container can not running successed

Version 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'

@banzo banzo added the help wanted Extra attention is needed label Jun 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants