Skip to content

Commit

Permalink
Issue #741 add message about degraded state
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored and praveenkumar committed Oct 19, 2019
1 parent 2f26446 commit 4f3f19d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/crc/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ func runStart(arguments []string) {
}
if commandResult.Status == "Running" {
output.Outln("The OpenShift cluster is running")

logging.Warn("The cluster might report a degraded or error state. This is expected since several operators have been disable to lower the resource usage. For more information, please consult the documentation")
} else {
logging.Warnf("Unexpected status of the OpenShift cluster: %s", commandResult.Status)
}
Expand Down

0 comments on commit 4f3f19d

Please sign in to comment.