Optionally, you can specify addresses of no proxy for kubernetes build, for example
Optionally, you can specify addresses of no proxy for kubernetes build, for example
```
```
export KUBE_BUILD_NO_PROXY=127.0.0.1
export KUBERNETES_NO_PROXY=127.0.0.1
```
```
If you are using sudo to make kubernetes build for example make quick-release, you need run `sudo -E make quick-release` to pass the environment variables.
If you are using sudo to make kubernetes build for example make quick-release, you need run `sudo -E make quick-release` to pass the environment variables.