Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version: 1.17
Cloud being used: (put bare-metal if not on a public cloud)
Installation method: minikube
Host OS: ubuntu
CNI and version:
CRI and version:
So i have used minikube to setup a cluster. my virtual machine is behind a proxy and i have $http_proxy and $no_proxy variables set. after deploying i noticed that kubectl commands like logs is unable to identify the service. So i investigated and found that in the manifest files, http_proxy env was set but no no_proxy. i added the no_proxy env manually to the files and the commands started to work. Is there any reason why the no_proxy env wasnt present?? is it possible im passing just http_proxy somewhere??
Any help would be appreciated!!