cetic / helm-nifi

Helm Chart for Apache Nifi
Apache License 2.0
215 stars 224 forks source link

Multi Mode on AKS connection refused #321

Open reto88 opened 10 months ago

reto88 commented 10 months ago

chart: nifi-1.1.4

I Try also to run the cluster in multi mode I changed the Number of nifi nodes replicaCount: 2

And in properties properties: sensitiveKey: changeMechangeMe # Must have at least 12 characters algorithm: NIFI_PBKDF2_AES_GCM_256 externalSecure: false isNode: true

But the cluster is not connecting: Readiness probe failed: dial tcp 172.17.1.135:8443: connect: connection refused

Do I have to change anything else in tha yaml?

kobethuwis commented 8 months ago

You'll have to add a bit more details, it could be anything really:

x Do your security groups allow traffic on port 8443? x Is anything else running on port 8443 (a load balancer, ingress nginx controller, ...) x Why are you using a different algorithm?