User Tools

Site Tools


cloud:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
cloud:home [2017/03/27 16:51]
djo [Minikube on Windows 10]
cloud:home [2017/03/27 17:04]
djo Add section on enabling Ingress in Minkube
Line 20: Line 20:
 Running the following as Administrator should now set up a Minikube cluster and open the dashboard in your default browser: Running the following as Administrator should now set up a Minikube cluster and open the dashboard in your default browser:
  
-<​code>​+<​code ​bash>
 djo@oregano MINGW64 ~ djo@oregano MINGW64 ~
 $ minikube config get vm-driver $ minikube config get vm-driver
Line 45: Line 45:
 </​code>​ </​code>​
  
 +
 +===== Enabling Ingress in Minikube =====
 +
 +See: https://​medium.com/​@Oskarr3/​setting-up-ingress-on-minikube-6ae825e98f82
 +
 +<code bash>
 +$ minikube addons enable ingress
 +</​code>​
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
cloud/home.txt ยท Last modified: 2017/04/12 18:55 by djo