Open davsclaus opened 9 years ago
Yay I think its a matter of using @jstrachan awesome fabric8-installer project next in the guides.
I followed the readme at https://github.com/fabric8io/fabric8-installer
And I chose to use the base install as I just need the web console and being able to run some camel apps on it.
After doing this
davsclaus:~/workspace/fabric8-installer/base (master)/$ mvn install -Dfabric8.version=2.1.10
Then I got the routes and oauthclients and the web console shows a login page, and logging in with admin/admin I see it working now.
BTW I added docs at the bottom of this page on how to setup the routes: http://fabric8.io/guide/fabric8OnOpenShift.html#creating-routes
but yeah, its kinda clumsy right now! I think for folks who already have maven installed; using the https://github.com/fabric8io/fabric8-installer project is going to be the easiest option; as that can more easily validate that the user has properly configured the various properties (like domain) and that the templates and routes get created properly etc.
@gashcrumb has been doing some awesome work on supporting drag and drop of kubernetes JSON files onto the console to support better installation (including OpenShift templates!); but then the problem is ensuring the fabric8 console is installed ;) which requires the routes to be setup; so we're gonna need a simple installer of some kind to get the basics up and running; right now the fabric8-installer is looking the simplest for folks to use
BTW the fabric8-installer is using 2.1.10 now too so no need for the explicit -Dfabric8.version though it never harms to be specific ;) https://github.com/fabric8io/fabric8-installer/blob/master/pom.xml#L31
I am following the guide and re-create vagrant by destroying the old one, and creating it again.
It all works nicely until the web console, at the bottom of this page. http://fabric8.io/guide/setupLocalHost.html
The web console shows a 503 error page
As I recall its something about oauth not being setup.
When I run
There is none about fabric8
Also the routes are just for the docker registry
And the pods are
And the services
I have not used the fabric8:apply or the newer fabric:install commands that James works on.
But it would be great that our getting started guides works and that the user get a basic kubernetes environment up with a working web console at least.
Also we should maybe suggest about creating a new osc project so you work in a different namespace.
And I also think you need to set this ENV variable
Which is not documented or told about in the getting started guide.