Skip to content

Commit d271945

Browse files
authored
Merge pull request #1449 from sanimej/ingress
Name the ingress sandbox explicitly
2 parents 14a79a1 + ccd4408 commit d271945

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,7 @@ func (c *controller) NewSandbox(containerID string, options ...SandboxOption) (s
922922

923923
if sb.ingress {
924924
c.ingressSandbox = sb
925+
sb.id = "ingress_sbox"
925926
}
926927
c.Unlock()
927928
defer func() {

0 commit comments

Comments
 (0)