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
When installing the Dapr extension for Azure Kubernetes Service (AKS) or Arc for Kubernetes, you might occasionally come across problems. This article details some common problems and troubleshooting steps.
16
16
17
-
## Dapr version doesn't exist
17
+
## Common error messages
18
+
19
+
### Dapr version doesn't exist
18
20
19
21
You're installing the Dapr extension and [targeting a specific version](./dapr.md#targeting-a-specific-dapr-version), but run into an error message saying the Dapr version doesn't exist. Try installing again, making sure to use a [supported version of Dapr](./dapr.md#dapr-versions).
20
22
21
-
## Dapr version exists, but not in the mentioned region
23
+
###Dapr version exists, but not in the mentioned region
22
24
23
25
Some versions of Dapr aren't available in all regions. If you receive this error message, try installing in an [available region](./dapr.md#cloudsregions) where your Dapr version is supported.
24
26
25
-
## Dapr OSS already exists
27
+
###Dapr OSS already exists
26
28
27
-
You're install the Dapr extension for AKS or Arc for Kubernetes, but receive an error message indicating that Dapr already exists. You need to uninstall Dapr OSS before installing the Dapr extension. For more information, read [Migrate from Dapr OSS](./dapr-migration.md).
29
+
You're installing the Dapr extension for AKS or Arc for Kubernetes, but receive an error message indicating that Dapr already exists. You need to uninstall Dapr OSS before installing the Dapr extension. For more information, read [Migrate from Dapr OSS](./dapr-migration.md).
28
30
29
-
## General extension install or update failure
31
+
## Install or update failure
30
32
31
-
If the extension fails to create or update, you can inspect where the creation of the extension failed by running the `az k8s-extension list` command. For example, if a wrong key is used in the configuration-settings, such as `global.ha=false` instead of `global.ha.enabled=false`:
33
+
If the extension fails to create or update without an error message, you can inspect where the creation of the extension failed by running the `az k8s-extension list` command. For example, if a wrong key is used in the configuration-settings, such as `global.ha=false` instead of `global.ha.enabled=false`:
32
34
33
35
```azure-cli-interactive
34
36
az k8s-extension list --cluster-type managedClusters --cluster-name myAKSCluster --resource-group myResourceGroup
@@ -48,9 +50,7 @@ The below JSON is returned, and the error message is captured in the `message` p
48
50
],
49
51
```
50
52
51
-
## Solutions to common retry issues
52
-
53
-
Some errors while installing Dapr need a simple nudge in the right direction. If you run into a general error with no specific message during Dapr extension install, try the following steps:
53
+
If you run into a general error with no specific message during Dapr extension install, you can also try the following steps:
54
54
55
55
-[Restart your AKS or Arc for Kubernetes cluster](./start-stop-cluster.md).
56
56
- Make sure you've [registered the `KubernetesConfiguration` service provider](./dapr.md#register-the-kubernetesconfiguration-service-provider).
0 commit comments