-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misleading docs/error message for gefyra up --endpoint
#217
Labels
Comments
Hey @sbor23 this is super, super valuable feedback for us. Thanks a lot. We'll be looking into this shortly! |
SteinRobert
added a commit
that referenced
this issue
Nov 1, 2022
- change error text when wireguard probe fails - default endpoint port to 31820
SteinRobert
added a commit
that referenced
this issue
Nov 1, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 2, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
- change error text when wireguard probe fails - default endpoint port to 31820
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
- change error text when wireguard probe fails - default endpoint port to 31820
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
SteinRobert
added a commit
that referenced
this issue
Nov 4, 2022
SteinRobert
added a commit
that referenced
this issue
Dec 7, 2022
refactor(#217): `--endpoint` flag improvements
Things should be mostly addressed. Generic getting started is in the works (gefyrahq/gefyrahq.github.io#40) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a few small shortcomings we encountered when getting started with gefyra.
The
gefyra up --endpoint
flag is not well document and implemented IMO. a) It should allow to just pass the IP of the cluster and just use the default port 31820, currently this is not accepted. Would be a handy feature. b) Because of the wording in the docs "The Wireguard endpoint in the form IP:Port for Gefyra to connect to", one can be misguided to look at the kubeconfig and use the port specified there, in our case 6443.The wording of the error message is misleading, "that the [kubernetes cluster] can reach Kubenetes port 31820 from this machine". That makes no sense at all.
The text was updated successfully, but these errors were encountered: