Deploying the Dashboard UI Error in Kubernetes

7/29/2021

I deploy kubernetes UI using this command in windows 10:<br> kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml And it response "Unable to connect to the server: dial tcp 185.199.110.133:443: i/o timeout" <br>I behind proxy, i think need to config http proxy, how can i fix it?

-- truboise
dashboard
deployment
kubernetes
proxy

0 Answers