gefyrahq / gefyra-docker-desktop-extension

Docker Desktop Extension for Gefyra. Connect your local containers to Kubernetes!
https://gefyra.dev
Apache License 2.0
3 stars 1 forks source link

Users may be stuck at "could not load namespace" #113

Open SteinRobert opened 1 year ago

SteinRobert commented 1 year ago

Maybe we could display some kind of help or information text why this is could be case. Users might get stuck at this step, since they are working with Minikube, or maybe are working with remote clusters without filling out the "Advanced Settings".

SteinRobert commented 1 year ago

I would suggest we create some kind of guided tour through the UI. We could use something like this:

https://github.com/gilbarbara/react-joyride

It could help the user's understand the use cases and usage of the extension better.

VanWolf29 commented 1 year ago

@SteinRobert I'm having some issues with the part of specifying the host for an EKS Cluster. Whenever I click Run Container I received immediately the error Cannot load cluster namespaces. Is the cluster running?. I have no time to specify the IP of my Node. Maybe it would be good to allow user to click the button instead of this being done automatically.

Steps:

  1. Open Docker Desktop Dashboard
  2. Open Gefyra extension
  3. Click Run Container

image

Expected Behavior: Being able to enter host IP in Advanced Cluster Settings and Click Next

Current Behavior: Error thrown and cannot retry with additional settings.

@SteinRobert I'm willing to help solving this.