Don't share container UTS namespace with pod
kubernetes doesn't share the UTS namespace Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
68a350d9ae
commit
4a7ea899b0
1 changed files with 0 additions and 1 deletions
|
@ -298,7 +298,6 @@ func (s *Server) createSandboxContainer(containerID string, containerName string
|
|||
|
||||
for nsType, nsFile := range map[string]string{
|
||||
"ipc": "ipc",
|
||||
"uts": "uts",
|
||||
"network": "net",
|
||||
} {
|
||||
nsPath := fmt.Sprintf("/proc/%d/ns/%s", podInfraState.Pid, nsFile)
|
||||
|
|
Loading…
Reference in a new issue