Skip to content

Commit

Permalink
Remove "cluster might report degraded state" warning
Browse files Browse the repository at this point in the history
This warning is not true anymore. The cluster is not reporting errors.
Cluster operators are all fine, console is green.
  • Loading branch information
guillaumerose committed Mar 15, 2021
1 parent 01613f0 commit f8f8a5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/crc/machine/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ func (client *client) Start(ctx context.Context, startConfig StartConfig) (*Star
logging.Warnf("Cannot update kubeconfig: %v", err)
}

logging.Warn("The cluster might report a degraded or error state. This is expected since several operators have been disabled to lower the resource usage. For more information, please consult the documentation")
return &StartResult{
KubeletStarted: true,
ClusterConfig: *clusterConfig,
Expand Down

0 comments on commit f8f8a5c

Please sign in to comment.