Is it possible to login the Cluster with oc CLI from a different machine where CRC is installed? #2952
Unanswered
eduizquierdo
asked this question in
Q&A
Replies: 2 comments
-
How do you usually access the host from WSL2? I'd try replacing |
Beta Was this translation helpful? Give feedback.
0 replies
-
WSL2 can not communicate with VMs directly. You need to re-enable this on each restart: #374 (comment) Since we now use usermode networking I think you only need to enable forwarding for the WSL switch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed CRC on WIndows 11. I can "oc login" from my Windows system without problems.
Now I need to login from Linux to run a script only available for Linux, but I'm having the error:
dial tcp 127.0.0.1:6443: connect: connection refused - verify you have provided the correct host and port and that the server is currently running.
I'm trying from Windows Linux Services WSL2 (Ubuntu). This is what I did:
Is there something that I'm missing?
Is it possible to login the cluster with 'oc login' from a different OS where CRC was installed?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions