Skip to content

Commit b7ea5d0

Browse files
authored
Merge pull request #8471 from MicrosoftDocs/main
Auto push to live 2025-03-17 10:00:02
2 parents 4f108d9 + 87ceeb0 commit b7ea5d0

File tree

2 files changed

+233
-90
lines changed

2 files changed

+233
-90
lines changed

support/azure/azure-kubernetes/connectivity/tunnel-connectivity-issues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ You receive an error message that resembles the following examples about port 10
2929
3030
> Error from server: error dialing backend: dial tcp \<aks-node-ip>:10250: i/o timeout
3131
32+
> Error from server: Get "https\://\<aks-node-name>:10250/containerLogs/\<namespace>/\<pod-name>/\<container-name>": http: server gave HTTP response to HTTPS client
33+
3234
The Kubernetes API server uses port 10250 to connect to a node's kubelet to retrieve the logs. If port 10250 is blocked, the kubectl logs and other features will only work for pods that run on the nodes in which the tunnel component is scheduled. For more information, see [Kubernetes ports and protocols: Worker nodes](https://kubernetes.io/docs/reference/ports-and-protocols/#node).
3335

3436
Because the tunnel components or the connectivity between the server and client can't be established, functionality such as the following won't work as expected:

0 commit comments

Comments
 (0)