Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 29b7d94

Browse files
committed
Set sandbox.sharePidNs to false temporarily
Since there is a bug in kata-agent to support sharepidns, thus set it to false temporarily. Signed-off-by: fupan <[email protected]>
1 parent b90c98b commit 29b7d94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: daemon/pod/sandbox.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ func startSandbox(spec *apitypes.UserPod, kernel, initrd string) (sandbox *vc.Sa
7272
ShimType: defaultShim,
7373
ShimConfig: vc.ShimConfig{},
7474

75-
SharePidNs: true,
75+
//there is a bug in kata-agent, thus set it false temporarily
76+
SharePidNs: false,
7677

7778
// NetworkModel: vc.CNMNetworkModel,
7879
// NetworkConfig: vc.NetworkConfig{},

0 commit comments

Comments
 (0)