Skip to content

Commit bac92e9

Browse files
committed
small updates
1 parent 63c54d2 commit bac92e9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/aks/dapr-ext-troubleshooting.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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-
## Common error messages
17+
## Error installing the Dapr extension
1818

1919
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`:
2020

@@ -43,25 +43,24 @@ If you run into a general error with no specific message during Dapr extension i
4343

4444
See below for examples of error messages you may encounter during Dapr extension install or update.
4545

46-
### Dapr version doesn't exist
46+
### Error: Dapr version doesn't exist
4747

4848
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).
4949

50-
### Dapr version exists, but not in the mentioned region
50+
### Error: Dapr version exists, but not in the mentioned region
5151

5252
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.
5353

54-
### Dapr OSS already exists
54+
### Error: dapr-system already exists
5555

5656
You're installing the Dapr extension for AKS or Arc for Kubernetes, but receive an error message indicating that Dapr already exists. This error message may look like:
5757

58-
```json
58+
```
5959
(ExtensionOperationFailed) The extension operation failed with the following error: Error: {failed to install chart from path [] for release [dapr-ext]: err [rendered manifests contain a resource that already exists. Unable to continue with install: ServiceAccount "dapr-operator" in namespace "dapr-system" exists and cannot be imported into the current release: invalid ownership metadata; annotation validation error: key "meta.helm.sh/release-name" must equal "dapr-ext": current value is "dapr"]} occurred while doing the operation : {Installing the extension} on the config
6060
```
6161

6262
You need to uninstall Dapr OSS before installing the Dapr extension. For more information, read [Migrate from Dapr OSS](./dapr-migration.md).
6363

64-
6564
## Next steps
6665

6766
If you're still running into issues, explore the [AKS troubleshooting guide](./troubleshooting.md) and the [Dapr OSS troubleshooting guide](https://docs.dapr.io/operations/troubleshooting/common_issues/).

0 commit comments

Comments
 (0)