Inspect for cluster setup and fail with helpful error message during solo network deploy
#782
Labels
P1
High priority issue. Required to be completed in the assigned milestone.
Requested by Stakeholder
Requested by an individual or team that uses Solo
Currently, if the
solo cluster setup
has not been ran, when we runsolo network deploy
we get something like this:In order to find out what happened we have to check the solo log files to get a better message.
Instead as one of the first tasks in network deploy we should check for
helm list --all-namespaces
where NAME=solo-cluster-setup
.If this fails, we should log to the user that we require
solo-cluster-setup
to have been installed in the cluster prior to running thesolo network deploy
command.Similarly, we should update the description for
solo network deploy
from:to:
The text was updated successfully, but these errors were encountered: