You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Error from server: Get "https\://\<aks-node-name>:10250/containerLogs/\<namespace>/\<pod-name>/\<container-name>": http: server gave HTTP response to HTTPS client
33
+
32
34
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).
33
35
34
36
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:
Copy file name to clipboardExpand all lines: support/azure/azure-kubernetes/extensions/troubleshoot-dapr-extension-installation-errors.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,16 @@ description: Troubleshoot errors that occur while installing the Distributed App
4
4
editor: v-jsitser
5
5
ms.reviewer: nigreenf, v-leedennis
6
6
ms.service: azure-kubernetes-service
7
-
ms.date: 06/16/2023
7
+
ms.date: 03/05/2025
8
8
ms.custom: sap:Extensions, Policies and Add-Ons
9
9
---
10
10
11
11
# Troubleshoot Dapr extension installation errors
12
12
13
13
This article discusses some common error messages that you may receive when you install or update the [Distributed Application Runtime (Dapr)](https://dapr.io/) extension for Microsoft Azure Kubernetes Service (AKS) or Arc for Kubernetes.
14
14
15
+
[Learn more about the level of support provided for the Dapr extension.](#next-steps)
16
+
15
17
## Scenario 1: Installation fails but doesn't show an error message
16
18
17
19
If the extension generates an error message when you create or update it, you can inspect where the creation failed by running the [az k8s-extension list](/cli/azure/k8s-extension#az-k8s-extension-list) command:
@@ -147,8 +149,15 @@ To resolve this issue, use one of the following methods:
147
149
148
150
## Next steps
149
151
150
-
If you're still experiencing installation issues, explore the [AKS troubleshooting guide](/azure/aks/troubleshooting) and the [Dapr OSS troubleshooting guide](https://docs.dapr.io/operations/troubleshooting/common_issues/).
152
+
If you're still experiencing installation issues, [create a support request](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview?DMC=troubleshoot) for Microsoft to investigate and resolve.
153
+
154
+
If you're experiencing Dapr runtime security risks and regressions while using the extension, open an issue with the [Dapr open source project](https://github.com/dapr/dapr/issues/new/choose).
155
+
156
+
> [!NOTE]
157
+
> Learn more about [how Microsoft handles issues raised for the Dapr extension](/azure/aks/dapr-overview#issue-handling).
0 commit comments