Merge 9291663537
into 4459532699
This commit is contained in:
commit
d6fa23c45b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ func (s *Server) createSandboxContainer(name, podSandboxID string, SandboxConfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
specgen.AddAnnotation("pod_sandbox_id", podSandboxID)
|
specgen.AddAnnotation("ocid/pod_sandbox_id", podSandboxID)
|
||||||
|
|
||||||
if containerConfig.GetPrivileged() {
|
if containerConfig.GetPrivileged() {
|
||||||
specgen.SetupPrivileged(true)
|
specgen.SetupPrivileged(true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue