-
Notifications
You must be signed in to change notification settings - Fork 276
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
ASRE-931: Add new variable shareProcessNamespace #381
base: main
Are you sure you want to change the base?
Conversation
ASRE-550: Fix WORKLOAD_API_BEARER_TOKEN issue
ASRE-550: Fix _database/tpl with password and user
Add new shareProcessNamespace
|
Your branch is not currently up-to-date with |
ASRE-931: Update code to add shareProcessNamespace
ASRE-931: Fix shareProcessNamespace issue
What
This PR introduces the shareProcessNamespace field in the PodSpec. When enabled, this feature allows all containers within a pod to share the same process namespace. This means containers can view and interact with each other's processes, enhancing communication and debugging capabilities between containers in the same pod.
How
Can this PR be safely reverted and rolled back?