Skip to content

Commit

Permalink
Update components/ws-manager/pkg/manager/status.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Weichel <chris@gitpod.io>
  • Loading branch information
2 people authored and roboquat committed Jun 2, 2022
1 parent eeedfcd commit 35f0b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ws-manager/pkg/manager/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ func extractFailure(wso workspaceObjects) (string, *api.WorkspacePhase) {
// default way for headless workspaces to be done
return "", nil
}
return fmt.Sprintf("container %s completed; containers of a workspace pod are not supposed to do that. error msg: %s", cs.Name, terminationState.Message), nil
return fmt.Sprintf("container %s completed; containers of a workspace pod are not supposed to do that. Reason: %s", cs.Name, terminationState.Message), nil
} else if !isPodBeingDeleted(pod) && terminationState.ExitCode != containerUnknownExitCode {
// if a container is terminated and it wasn't because of either:
// - regular shutdown
Expand Down

0 comments on commit 35f0b08

Please sign in to comment.