From ccd4408636c06ef4facec2e2c205a6d0e253accc Mon Sep 17 00:00:00 2001 From: Santhosh Manohar Date: Thu, 15 Sep 2016 15:22:57 -0700 Subject: [PATCH] Name the ingress sandbox explicitly Signed-off-by: Santhosh Manohar --- controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controller.go b/controller.go index c63535d1b8..1ddba9b7d6 100644 --- a/controller.go +++ b/controller.go @@ -920,6 +920,7 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (s if sb.ingress { c.ingressSandbox = sb + sb.id = "ingress_sbox" } c.Unlock() defer func() {