You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading the Weave Cloud installer...
Preparing for Weave Cloud setup
Checking kubectl & kubernetes versions
Error checking your kubernetes server version: error: You must be logged in to the server (the server has asked for the client to provide credentials)
. Please check that you can connect to your cluster by running "kubectl version".
I'd get rid of new lines. I also was quite pleased using golang.org/pkg/errors/ in another project, so I'd recommend having a look at it.
The text was updated successfully, but these errors were encountered:
I'm also seeing no new lines in this particular case:
There was an error while performing a DNS check: timed out during DNS check. Please check that your cluster can download images and run pods.<myprompt>
errordeveloper
changed the title
new lines and dots at the start of a line
formatting of error message
Jul 10, 2018
Error message look a little messy:
I'd get rid of new lines. I also was quite pleased using
golang.org/pkg/errors/
in another project, so I'd recommend having a look at it.The text was updated successfully, but these errors were encountered: