You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not have any issues with my minikube setup but just wanted to report this false warning. These are my startup logs:
minikube start --vm-driver=none --kubernetes-version=v1.21.0
π minikube v1.34.0 on Ubuntu 20.04
β Kubernetes 1.21.0 has a known performance issue on cluster startup. It might take 2 to 3 minutes for a cluster to start.
β For more information, see: https://github.com/kubernetes/kubeadm/issues/2395
β¨ Using the none driver based on user configuration
π Starting "minikube" primary control-plane node in "minikube" cluster
π€Ή Running on localhost (CPUs=32, Memory=64278MB, Disk=301803MB) ...
βΉοΈ OS release is Ubuntu 20.04.6 LTS
π Found network options:
βͺ HTTP_PROXY=<proxy>
β You appear to be using a proxy, but your NO_PROXY environment does not include the minikube IP (10.189.73.30).
π Please see https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/ for more details
βͺ HTTPS_PROXY=<proxy>
βͺ NO_PROXY=10.189.73.30,localhost,127.0.0.1,<redacted>
π³ Preparing Kubernetes v1.21.0 on Docker 24.0.7 ...
βͺ env HTTP_PROXY=<proxy>
βͺ env HTTPS_PROXY=<proxy>
βͺ env NO_PROXY=10.189.73.30,localhost,127.0.0.1,<redacted>
βͺ kubelet.resolv-conf=/run/systemd/resolve/resolv.conf
βͺ Generating certificates and keys ...
βͺ Booting up control plane ...
.
.
.
As you can see, minikube is complaining that I don't have the minikube ip in my NO_PROXY env when its clearly there as it also prints the NO_PROXY env just after the warning.
What Happened?
I do not have any issues with my minikube setup but just wanted to report this false warning. These are my startup logs:
As you can see, minikube is complaining that I don't have the
minikube ip
in my NO_PROXY env when its clearly there as it also prints the NO_PROXY env just after the warning.Attach the log file
log.txt
Operating System
Ubuntu
Driver
None
The text was updated successfully, but these errors were encountered: