From 206a264c0e2e2f72abaf4c264382456eac32d496 Mon Sep 17 00:00:00 2001 From: Yohann B Date: Wed, 28 Jun 2017 20:51:25 +0200 Subject: [PATCH] Add no_proxy settings to use minikube and kubectl (#4108) * Add no_proxy settings one might need to use minikube and kubectl behind a proxy. * add extra line before shell block for formatting * include suggestions from chenopis --- docs/getting-started-guides/minikube.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 8ef8b78cb0..8877a70a21 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -281,6 +281,12 @@ $ minikube start --docker-env HTTP_PROXY=http://$YOURPROXY:PORT \ --docker-env HTTPS_PROXY=https://$YOURPROXY:PORT ``` +If your Virtual Machine address is 192.168.99.100, then chances are your proxy settings will prevent kubectl from directly reaching it. +To by-pass proxy configuration for this IP address, you should modify your no_proxy settings. You can do so with: + +```shell +$ export no_proxy=$no_proxy,$(minikube ip) +``` ## Known Issues * Features that require a Cloud Provider will not work in Minikube. These include: