We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14a79a1 + ccd4408 commit d271945Copy full SHA for d271945
1 file changed
controller.go
@@ -922,6 +922,7 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (s
922
923
if sb.ingress {
924
c.ingressSandbox = sb
925
+ sb.id = "ingress_sbox"
926
}
927
c.Unlock()
928
defer func() {
0 commit comments