hari819 opened a new issue #6236: add ssl/tls configuration to zooker via the zookeeper.conf URL: https://github.com/apache/pulsar/issues/6236 hello , i want to add ssl/tls configuration to zookeeper using the zookeeper.conf , so first step is modify the the args in the statefulset.yaml file by deleting ` bin/generate-zookeeper-config.sh conf/zookeeper.conf && cat conf/zookeeper.conf &&` from the image , `args: - > bin/wait-for-all-dns.sh && bin/wait-for-my-dns.sh && bin/apply-config-from-env.py conf/zookeeper.conf && bin/apply-config-from-env.py conf/pulsar_env.sh && bin/pulsar zookeeper` if i want to provide zookeeper.conf externally via a configmap , how do i load so that i can add all the ssl configurtion into that file. the error when starting zookeeper POD with above configuration is , ``` > Traceback (most recent call last): > File "bin/apply-config-from-env.py", line 44, in <module> > for line in open(conf_filename): > IOError: [Errno 2] No such file or directory: 'conf/pulsar_env.sh ``` Thanks,
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
