Hello,
Just giving Meshery a try this evening, I have deployed to my local Kubernetes Cluster via the CLI Curl call:
curl -L https://meshery.io/install | bash -
And select ‘kubernetes’.. everything seems to go great and I see my deployment running fine via my kubernetes-dashboard.
I then go to url for the UI and I am redirected to the ‘cloud.layer5. io’ login screen, where it asks me to create a login or use another provider (like Google).
For evaluation purposes I would like to only work locally for the time being, and I see there is a ‘None’ provider which does just that.
However, I never get presented with a login screen that lets me select a provider, this interface is shown a few times in the documentation however? A page with a Provider Pull-down? The default install always redirects me straight to the layer5 site/login page?
I see that the provider can be set via the CLI. So I switch to the local ‘None’ provider, following these steps:
mesheryctl system login
mesheryctl system status
mesheryctl system provider list
mesheryctl system provider set None
mesheryctl system stop
mesheryctl system start
And upon clearing my browser cache (so I dont get redirected to cloud.layer5. io) I am instead taken to the local UI URL ending in:
/user/login?
And presented with a blank white webpage?
It is my understanding, based upon the description in the documentation (here) that I should instead simply be taken into the local UI and be presented with the same interface I would otherwise see..
I again confirm my provider is set to Local / None via the CLI:
mesheryctl system provider view
Context: local
Provider: None
Is there something else I am missing? Something in the logs?
Here is my version information:
mesheryctl version
VERSION GITSHA
Client v0.8.200 e541c782458
Server v0.8.200 e541c782
Checking for latest version of mesheryctl…v0.8.200 is the latest release.
Thanks.
Neal
