lhotari commented on pull request #13376: URL: https://github.com/apache/pulsar/pull/13376#issuecomment-1017249436
Since some users might want to continue to run as root user to keep the existing behavior unchanged, it would be useful to add a feature to the Apache Pulsar Helm chart to be able to set security contexts for assigning the user to root user. That could reduce the risk of making the change to a non-root user. For debugging, I think it would be useful to document the way to get a root shell in a container when that is needed. This is possible with "Ephemeral Containers" in k8s (beta in v1.23, alpha since v1.16, requires the EphemeralContainers feature gate to be enabled): https://kubernetes.io/docs/tasks/debug-application-cluster/debug-running-pod/#ephemeral-container -- 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]
