Hi,
I have now deployed NiFi on my Kubernetes cluster, and for ease of learning, I modified the contents of the start.sh script in the scripts folder to enable HTTP access. I set all certificate-related content to be empty.
Now, I am encountering an issue: when I try to change the environment variable "NIFI_CLUSTER_IS_NODE" to "true", my container fails to start. Strangely, there are no errors in the logs.
When such content appears in the logs, the container stops and attempts to restart, repeatedly going through this restart loop.

It looks all right, doesn't it? But after this the container just stops.
I am wondering if this is because I enabled HTTP access?
By the way, can I start a NiFi cluster using the embedded ZooKeeper? I didn’t see an option to configure "nifi.state.management.embedded.zookeeper.start" in the environment variables of the NiFi docker image.
I hope to get your help, thank you very much!