diff --git a/server/container.go b/server/container.go index 91842ae8..5fed991a 100644 --- a/server/container.go +++ b/server/container.go @@ -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() { specgen.SetupPrivileged(true)