fabric8-platform icon indicating copy to clipboard operation
fabric8-platform copied to clipboard

on installation lets by default generate a default project on startup so we can validate things are working OK

Open jstrachan opened this issue 7 years ago • 1 comments

it seems way too easy for things to be not quite setup. e.g. a common issue we're now seeing is that the fabric8-forge pod can't see the public URL for the git repositories. Both fabric8-forge pod and the jenkins build pods need to be able to git clone the public URL of the gogs repositories.

So if we had an OOTB project thats generated, we'd be able to check if things are setup OK and we could maybe provide better feedback to the user on if things are working OK.

jstrachan avatar Nov 15 '16 16:11 jstrachan

Another idea would be a little microservice to watch elasticsearch logs for common errors and if we see the UnknownHostException we show an alert/warning to the user that there may be a DNS issue etc?

jstrachan avatar Nov 15 '16 16:11 jstrachan