Skip to content

Instantly share code, notes, and snippets.

View osadalakmal's full-sized avatar

Osada Lakmal Paranaliyanage osadalakmal

View GitHub Profile
@osadalakmal
osadalakmal / minikube_proxy
Created April 26, 2017 01:49 — forked from mcastelino/minikube_proxy.md
HOWTO: minikube behind a proxy
https://github.com/kubernetes/minikube
To get it running behind the a proxy you need to setup things a bit differently from the documentation
1. Ensure that the proxy is passed into the VM that is created by minikube (this ensures that the docker daemon within the VM can get out to the internet)
minikube start --vm-driver="kvm" --docker-env="http_proxy=xxx" --docker-env="https_proxy=yyy" start
2. Get the IP that the VM gets