2) Download kubectl.exe.
3) Install minikube in C:\Minikube and copy kubectl.exe in same location.
4) Create .kube folder in C:\Users\
7) Go to Control Panel\Network and Internet\Network and Sharing Center.
8) Select your actual network connection name. For .ex if i connected in wi-fi my wi-fi name will be displayed.
9) Click "Properties" and select "Sharing" tab.
10) On the Sharing tab tick "Allow other network users to connect through ..." and then select the virtual switch you created in step 1 ("vEthernet (RajKube)" in my case).
11) Delete any existing Minikube VMs in Hyper-v and delete the .minikube folder in your home folder.
12) minikube start --vm-driver=hyperv --memory=1024 --hyperv-virtual-switch=RajKube --v=7 --show-libmachine-logs --alsologtostderr
No comments:
Post a Comment