Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/sandbox/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ func Start(ctx context.Context, rt container.Runtime, ag agent.Agent, opts Optio

// rollback removes partially created containers on startup failure.
rollback := func() {
//nolint:govet // redeclare to avoid override of the outer scope
var err error
names := []string{agentName}
if proxyName != "" {
names = append(names, proxyName)
Expand Down