May 9, 2024
Hi Basil, I'm assuming you're not using any VPN.
Here's what you can try:
# Remove old content (minikube context)
$ minikube delete
# Start minikube with docker driver in case you have been using something else
$ minikube start --driver=docker
I'll also try to replicate this and let you know in case I have something.