-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ephemeral container debug is not working for 8.3.x #332
Comments
Would be interesting whether this works. Additionally kubernetes/kubernetes#114280 |
There is still an open issue to implement more profiles until then this approach can likely not be used kubernetes/kubectl#1108 |
I will remove the debug container approach from the README or put a note that this might not be possible right now. |
I made a note of it in the readme 401c279 thanks for reporting I will close this issue then. I see no way to fix it from here |
Since Zeebe 8.3.x use non-privileged user to run zeebe process inside container - ephemeral container method became broken.
Trying with simplest busybox image:
kubectl describe pod camunda-zeebe-0:
Definitely it's not a problem of zdb tool ) But the users should know not to use this method for 8.3 and later versions.
Maybe it will be fixed inside k8s:
kubernetes/kubernetes#110126
kubernetes/kubectl#1108
The text was updated successfully, but these errors were encountered: