Skip to content

Commit 0781cf3

Browse files
committed
format changes
1 parent ccfc38c commit 0781cf3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/aks/dapr-ext-troubleshooting.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,23 @@ ms.custom: devx-track-azurecli
1414

1515
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.
1616

17-
## Dapr version doesn't exist
17+
## Common error messages
18+
19+
### Dapr version doesn't exist
1820

1921
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).
2022

21-
## Dapr version exists, but not in the mentioned region
23+
### Dapr version exists, but not in the mentioned region
2224

2325
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.
2426

25-
## Dapr OSS already exists
27+
### Dapr OSS already exists
2628

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).
2830

29-
## General extension install or update failure
31+
## Install or update failure
3032

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`:
3234

3335
```azure-cli-interactive
3436
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
4850
],
4951
```
5052

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:
5454

5555
- [Restart your AKS or Arc for Kubernetes cluster](./start-stop-cluster.md).
5656
- Make sure you've [registered the `KubernetesConfiguration` service provider](./dapr.md#register-the-kubernetesconfiguration-service-provider).

0 commit comments

Comments
 (0)