Azure / ACS

Azure Container Service - Bug Tracker + Announcements
65 stars 27 forks source link

kubectl exec fails connecting to windows container #108

Closed SteveCurran closed 6 years ago

SteveCurran commented 6 years ago

I am using ACS in Azure with the following command,

az acs create --orchestrator-type=kubernetes --resource-group testkubescale --name=testscale --agent-count=1 --generate-ssh-keys --windows --admin-username testing --admin-password password!

I deploy the container and container runs

I try kubectl exec -it podname powershell Receive the following error. "Error from server: error dialing backend: dial tcp 10.240.0.4:10250: getsockopt: connection timed out"

Cluster was working yesterday. I am in CentralUS.

caseywatson commented 6 years ago

Hi, Steve. How did you wind up resolving this?