skupperproject / gilligan

A console to observe and manage Skupper installations
https://skupper.io/
Apache License 2.0
9 stars 6 forks source link

No topology #1

Closed lordofthejars closed 4 years ago

lordofthejars commented 4 years ago

Hi, I am running skupper in my public cluster, now I'd like to use gilligan, so I compiled everything, at the end I run serve -s build to get the page but I get:

Screenshot 2020-04-08 at 11 35 41

All the time, do I need to have something into consideration?

grs commented 4 years ago

What version of skupper are you running? You need 0.2.0 and then can access the console via the skupper-controller service (or route if running on openshift). When you run skupper init you can specify the console-user and console-password, otherwise they will be generated (admin and a random password held in secrets/skupper-console-users). You can also disable authentication by specifying --console-auth unsecured. If you are running on openshift you can use oauth against the openshift console by specifying --console-auth openshift.

lordofthejars commented 4 years ago

aha there is a lot of more things to do. Thanks, I'll look at it.

lordofthejars commented 4 years ago

Ok running now thanks.