Re: [Discuss] Update Helm Chart to Support 2.10 Docker Image

2022-06-13 Thread Michael Marshall
I just merged https://github.com/apache/pulsar-helm-chart/pull/266. I'll follow up with a proposal that we release a new version of the helm chart. Thanks, Michael On Thu, May 19, 2022 at 2:13 PM Michael Marshall wrote: > > Hello Pulsar Community, > > With the 2.10.0 release, our Pulsar Docker i

Re: [Discuss] Update Helm Chart to Support 2.10 Docker Image

2022-05-31 Thread Neng Lu
Hi Michael, Thanks for the detailed explanation. On Thu, May 26, 2022 at 11:08 PM Michael Marshall wrote: > Hi Neng Lu, > > I put together a doc [0] that includes some tips for troubleshooting a > non-root docker image. Some of the details depend on how you're > deploying Pulsar. > > If you can

Re: [Discuss] Update Helm Chart to Support 2.10 Docker Image

2022-05-26 Thread Michael Marshall
Hi Neng Lu, I put together a doc [0] that includes some tips for troubleshooting a non-root docker image. Some of the details depend on how you're deploying Pulsar. If you can ssh to the host as the root user, you can run `docker exec --user 0 ...` to get a shell in the container as the root user

Re: [Discuss] Update Helm Chart to Support 2.10 Docker Image

2022-05-26 Thread Neng Lu
Hi All, I'm curious to learn once the image is run as non-root, how can we debug or investigate production issues inside a running cluster? On Thu, May 19, 2022 at 12:14 PM Michael Marshall wrote: > Hello Pulsar Community, > > With the 2.10.0 release, our Pulsar Docker images default to run as

[Discuss] Update Helm Chart to Support 2.10 Docker Image

2022-05-19 Thread Michael Marshall
Hello Pulsar Community, With the 2.10.0 release, our Pulsar Docker images default to run as a non-root user. In order to use the 2.10.0 Docker image with the Apache Pulsar Helm Chart, we need to merge this PR [0]. If you're able, please review it. Once merged, I propose that we follow up with a re