This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RFC: namespaces: Allow container with agent PID namespace
This change adds a new field "agentPidns" to the CreateContainer request. When this is set to true, the container instead of creating and joining a new PID namespace will skip creating a PID namespace and be in the same PID namespace as the agent/init process. I am adding this functionality to support certain sidecar containers such as debug/audit containers to be able to gather audit data/kernel debug info. Fixes #787 Signed-off-by: Archana Shinde <[email protected]>
- Loading branch information
Showing
6 changed files
with
284 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.