Skip to content

Commit c2e7b00

Browse files
authored
Update tunnel-connectivity-issues.md
as per feedback from end user to add the error code
1 parent c5c0ab3 commit c2e7b00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)