Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aks browse East US fails connection timed out #291

Closed
ccit-spence opened this issue Apr 9, 2018 · 18 comments
Closed

aks browse East US fails connection timed out #291

ccit-spence opened this issue Apr 9, 2018 · 18 comments
Assignees
Labels

Comments

@ccit-spence
Copy link

error: error upgrading connection: error dialing backend: dial tcp 10.240.0.6:10250: getsockopt: connection timed out

Have tried using Windows and Bash, still the same problem.

AKS Managed

Azure CLI Version: 2.0.30
Kubernetes Version: 1.8.7

@christofferjerrebo
Copy link

I'm having the same issue in westeurope.

When getting logs from kubernetes-dashboard I get:

kubectl logs kubernetes-dashboard-546f987686-ptbrr --namespace kube-system
Error from server: Get https://aks-nodepool1-29796037-0:10250/containerLogs/kube-system/kubernetes-dashboard-546f987686-ptbrr/main: dial tcp 10.240.0.5:10250: getsockopt: connection timed out

Azure CLI Version: 2.0.30
Kubernetes client version: v1.10.0
Kubernetes server version: v1.9.6

@sbadakhc
Copy link

Seeing timeouts in westeurope also:

kubectl get nodes
Unable to connect to the server: net/http: TLS handshake timeout

@christofferjerrebo
Copy link

Same in centralus:

kubectl logs kubernetes-dashboard-69bb965b88-ddgnk --namespace kube-system
Error from server: Get https://aks-nodepool1-35022943-0:10250/containerLogs/kube-system/kubernetes-dashboard-69bb965b88-ddgnk/main: dial tcp 10.240.0.4:10250: getsockopt: connection timed out

@sbadakhc
Copy link

This seems to be back up now.

@christofferjerrebo
Copy link

I'm still getting getsockopt: connection timed out in both westeurope and centralus.

@trydis
Copy link

trydis commented Apr 12, 2018

Timeouts here as well, West Europe.

@thebitguru
Copy link

I am a kubernetes learner. What do you get when you run the following commands?

kubectl get pods -n kube-system

kubectl top node

@kahoona77
Copy link

I am getting this today as well in West Europe

@snekcz
Copy link

snekcz commented May 9, 2018

The same issue for last few days in West Europe. Most of kubectl exec <pod_name> <command> fails with Error from server: error dialing backend: dial tcp 10.240.0.4:10250: getsockopt: connection timed out. kubectl logs command has the same issue.

Azure CLI version: 2.0.31
Kubectl client version: v1.10.1
Kubernetes cluster version: v1.7.9

@DavidNorena
Copy link

+1

@adam-resdiary
Copy link

Just for the record, we're seeing the same issue with a kubectl logs command in a cluster in West Europe today:

> kubectl logs grafana-68458768db-zq2c5 --namespace monitoring
Error from server: Get https://aks-nodepool1-28371372-1:10250/containerLogs/monitoring/grafana-68458768db-zq2c5/grafana: dial tcp 10.240.0.5:10250: getsockopt: connection timed out

We're also not able to ssh onto the nodes using the instructions at https://docs.microsoft.com/en-us/azure/aks/aks-ssh because it just hangs when creating the ssh pod without giving us a console.

@adam-resdiary
Copy link

Just an update - we managed to sort the problem using the steps Lewis has outlined in #232. It sounds like something had stopped functioning properly on one of our cluster nodes, and restarting the node caused it to start working again.

@sauryadas sauryadas self-assigned this Aug 7, 2018
@sauryadas sauryadas added the bug label Aug 7, 2018
@sauryadas
Copy link
Contributor

This looks like an old bug and i am going to close it since there has been no activity. Please create a new one if you are still seeing issues

@WiGoy
Copy link

WiGoy commented Oct 11, 2018

I'm having the same issue in East US.
Error from server: error dialing backend: dial tcp 10.240.0.6:10250: i/o timeout

AKS Managed

Azure CLI Version: 2.0.47
Kubernetes Version: 1.12.0

@Khaja514
Copy link

Khaja514 commented Oct 26, 2018

I am facing same issue when i am trying to connect my pod using eks kubectl.

$ kubectl exec -it delegate-portal-5f669855f9-82drh bash
Error from server: error dialing backend: dial tcp XXXXXXX:10250: getsockopt: connection refused

$kubectl logs delegate-portal-5f669855f9-82drh
Error from server: Get https://1XXXXXX:10250/containerLogs/default/delegate-portal-5f669855f9-82drh/delegate-portal: dial tcp 1XXXXXX:10250: getsockopt: connection refused

@liambarnett
Copy link

@WiGoy @Khaja514 Did you managed to find a solution/workaround for this issue?

@sithumc
Copy link

sithumc commented Mar 12, 2019

Still getting the issue
error: error upgrading connection: error dialing backend: dial tcp 10.240.0.4:10250: i/o timeout

Restarted cluster and re-scaled cluster but the issue is still there.

Do I need to delete the cluster and re-create? This is production-impaired :(

@jnoller
Copy link
Contributor

jnoller commented Mar 12, 2019

Github is not the correct location for production impacting issues or urgent issues. Please open an azure technical support issue so that engineering can examine

@ghost ghost locked as resolved and limited conversation to collaborators Aug 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests