How to connect to a remote minikube
Answered
I created a minikube and install kubernetes on a larger Ubuntu computer.
I went to Setting > Build, Execution, Deployment > and created a new docker using tcp socket. I learned from reading about this problem and used for "Engine API URL": https://192.168.88.100:2376
The Certificates Folder: /home/username/.minikube/certs
It works when I use this minikube from the Ubuntu Computer.
I then copied everything in the Certificates folder to another Mac Computer and tried to connect.
I get the error "no port configured for null". On the ubuntu computer, I open
Could anyone help with the setting up of a network minikube
Thanks
Please sign in to leave a comment.
Hi,
There is no native support for docker running on the remote host. Feel free to vote for https://youtrack.jetbrains.com/issue/PY-33489 and follow it for updates.
The workaround is mentioned in the description, but it's not guaranteed that it will work in all of the cases.