minikube-lb-patch icon indicating copy to clipboard operation
minikube-lb-patch copied to clipboard

Results 2 minikube-lb-patch issues
Sort by recently updated
recently updated
newest added

From README.md: ``` sudo route -n add -net $(cat ~/.minikube/profiles/minikube/config.json | jq -r ".KubernetesConfig.ServiceCIDR") $(minikube ip) ``` You will get SIOCADDRT: No such device --- Should be: ``` sudo route...

Does this work with hyperkit on macOS with latest minikube. I am seeing this not going through. When I change to virtualbox as driver this does get through. thoughts?