Add ocid namespace to annotation
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
166778315c
commit
9291663537
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