Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
When start fails with an error show cluster status as unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath authored and gbraad committed Mar 7, 2020
1 parent 41470bb commit 8655d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeReady Containers/DaemonCommander/Handlers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func HandleStart() {
copyOcLoginCommand: false))

showAlertFailedAndCheckLogs(message: "Failed to start OpenShift cluster", informativeMsg: "CodeReady Containers failed to start the OpenShift cluster, ensure the CRC daemon is running or check the logs to find more information")
appDelegate?.showClusterStatusUnknownOnStatusMenuItem()
}
} else {
displayNotification(title: "CodeReady Containers", body: "Starting OpenShift Cluster, this could take a few minutes..")
Expand Down

0 comments on commit 8655d91

Please sign in to comment.