Skip to content
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

Enable shareProcessNamespace option for sidecar container #540

Open
dengliu opened this issue Jun 5, 2024 · 1 comment
Open

Enable shareProcessNamespace option for sidecar container #540

dengliu opened this issue Jun 5, 2024 · 1 comment
Labels

Comments

@dengliu
Copy link
Collaborator

dengliu commented Jun 5, 2024

Describe the problem

In Kubernetes, the shareProcessNamespace field in a Pod specification determines whether all containers within the pod share the same process namespace. When set to true, containers within the pod can see each other’s processes (as shown by commands like ps), which can be useful for debugging or running sidecar containers that need to interact with the processes in the main container.

Describe the solution you'd like

Have an option in the helm chart value file to enable shareProcessNamespace

Additional context

@dengliu dengliu added the feature label Jun 5, 2024
@yandongxiao
Copy link
Collaborator

will check how to support it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants