You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: minikube start --vm-driver=hyperv --hyperv-virtual-switch=MinikubeNAT and this was the output as expected
Starting local Kubernetes v1.7.5 cluster...
Starting VM...
Getting VM IP address...
Moving files into cluster...
Setting up certs...
Connecting to cluster...
Setting up kubeconfig...
Starting cluster components...
Kubectl is now configured to use the cluster.
after which I did the commands
minikube dashboard or kubectl get po -all-namespaces
What you expected to happen:
To get connect to the minikube dashboard or to get some cluster resource information
Output of minikube logs (if applicable):
Here is console output
Could not find finalized endpoint being pointed to by kubernetes-dashboard: Error validating service: Error getting
ice kubernetes-dashboard: Get https://192.168.157.45:8443/api/v1/namespaces/kube-system/services/kubernetes-dashboa
ial tcp 192.168.157.45:8443: connectex: No connection could be made because the target machine actively refused it.
BUG REPORT:
Please provide the following details:
Environment:
Minikube version :
v.0.22.2
15063.608
Virtual Switch
What happened:
minikube start --vm-driver=hyperv --hyperv-virtual-switch=MinikubeNAT
and this was the output as expected
after which I did the commands
minikube dashboard
orkubectl get po -all-namespaces
What you expected to happen:
To get connect to the minikube dashboard or to get some cluster resource information
Output of
minikube logs
(if applicable):Here is console output
Here is the pastebin of logs
Anything else do we need to know:
This is a screencap of my Virtual Switch Settings
I made the Virtual NAT and restarted my machine before doing any of this.
I can also ping the web from within the minikube VM
I am quite new to this so I am just wondering what I am doing wrong. Any help would be much appreciated
The text was updated successfully, but these errors were encountered: