Skip to content

Commit

Permalink
exit anyway when kill sidecar error
Browse files Browse the repository at this point in the history
Signed-off-by: xiong wang <[email protected]>
  • Loading branch information
xiong wang committed Dec 14, 2021
1 parent a0b8934 commit cb0d521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/argoexec/commands/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func waitContainer(ctx context.Context) error {

defer func() {
if err := wfExecutor.KillSidecars(ctx); err != nil {
wfExecutor.AddError(err)
log.Warnf("fail to kill sidecars, err:%v, exit anyway", err)
}
}()

Expand Down

0 comments on commit cb0d521

Please sign in to comment.