janhoy commented on issue #672: URL: https://github.com/apache/solr-operator/issues/672#issuecomment-4004660010
Converting some init containers to jobs could be smart. In one project I ended up adding my own init-container to proivision our custom security.json. And in that cluster we used linkerd service-mesh, but since the linkerd sidecar is not provisioned for my init container, it won't have access to the zookeeper PODs, thus I needed to open up access to Zookeeper again :) The whole bootstrapping of security may need an overhaul. However, in the context of this particular question / issue, there is a workaround and not a clear next step. If someone cares to file a targeted issue about changing the bootstrap, feel free to do so. I'll close this. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
