-
-
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
Gefyra could not successfully establish the connection to '192.168.5.2' #552
Comments
Checking the debug output, it appears something may be up with the wireguard networking. It doesn't appear any of the 80 connection probe attempts succeeds, either in the first or second rounds. Is that expected?
|
This is a docs-out-of-sync issue. I filed gefyrahq/gefyrahq.github.io#95. |
On the assumption that the connection attempt is from inside the colima VM, I poked around the routing table and tested connecting to the host (mac). Worked fine.
(ktest2 is the same as ktest1. Something got trashed and I started fresh.) |
What happened?
I'm new to colima and gefyra, so I apologize if I'm missing something obvious. I've attempted to follow the instructions on my M1 mac for connecting to a local k8s cluster running on colima without success. I've tried both with a k8s cluster created via colima's
--with-kubernetes
flag and withkind
on colima.Ideally I'd like to use gefyra with a kind-created cluster on colima, all on my mac. It failed with the same error, so I retried using just colima to create the cluster. That failed in the same way.
What did you expect to happen?
'gefyra up' should complete without error.
Please provide the output of
gefyra check
.How can we reproduce it (as minimally and precisely as possible)?
Below is the step by step output for the
colima --with-kubernetes
attempt following the instructions at https://gefyra.dev/docs/local-environments/colima/:FWIW, the manifest in step 3 applies just fine and the resources get created. But a curl to http://hello.127.0.0.1.nip.io:8080/ does not work. Not sure if that's related. Maybe I'm not understanding where I should be running that curl from?
What Kubernetes setup are you working with?
I'm working on an M1 mac using colima to run a k8s cluster created by colima.
OS version
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: