Skip to content

Commit 81f9c73

Browse files
Merge pull request #219504 from shubham1172/shubham1172/22582-changes
[Dapr/AKS] Update Dapr migration document wording around managing
2 parents a9e67d1 + c14c634 commit 81f9c73

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

articles/aks/dapr-migration.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ ms.custom: devx-track-azurecli
1212

1313
# Migrate from Dapr OSS to the Dapr extension for Azure Kubernetes Service (AKS)
1414

15-
You've installed and configured Dapr OSS on your Kubernetes cluster and want to migrate to the Dapr extension on AKS. In this guide, you'll learn how Dapr moves your managed clusters from using Dapr OSS to the Dapr extension by either:
15+
You've installed and configured Dapr OSS (using Dapr CLI or Helm) on your Kubernetes cluster, and want to start using the Dapr extension on AKS. In this guide, you'll learn how the Dapr extension for AKS can use the Kubernetes resources created by Dapr OSS and start managing them, by either:
1616

17-
- Checking for an existing Dapr installation via CLI prompts (default method), or
18-
- Using the Helm release name and namespace configuration settings to manually check for an existing Dapr installation.
19-
20-
This check allows the Dapr extension to reuse the already existing Kubernetes resources from your previous installation and start managing them.
17+
- Checking for an existing Dapr installation via Azure CLI prompts (default method), or
18+
- Using the release name and namespace from `--configuration-settings` to explicitly point to an existing Dapr installation.
2119

2220
## Check for an existing Dapr installation
2321

@@ -40,11 +38,11 @@ Enter the Helm release name for Dapr, or press Enter to use the default name [da
4038
Enter the namespace where Dapr is installed, or press Enter to use the default namespace [dapr-system]:
4139
```
4240

43-
## Configure the Dapr check using `--configuration-settings`
41+
## Configuring the existing Dapr installation using `--configuration-settings`
4442

4543
Alternatively, when creating the Dapr extension, you can configure the above settings via `--configuration-settings`. This method is useful when you are automating the installation via bash scripts, CI pipelines, etc.
4644

47-
If you don't have Dapr already installed on your cluster, set `skipExistingDaprCheck` to `true`:
45+
If you don't have an existing Dapr installation on your cluster, set `skipExistingDaprCheck` to `true`:
4846

4947
```azurecli-interactive
5048
az k8s-extension create --cluster-type managedClusters \
@@ -98,7 +96,7 @@ For more information, see [Dapr Production Guidelines][dapr-prod-guidelines].
9896

9997
## Next steps
10098

101-
Learn more about [the cluster extension][dapr-overview] and [how to use it][dapr-howto].
99+
Learn more about [Dapr][dapr-overview] and [how to use it][dapr-howto].
102100

103101

104102
<!-- LINKS INTERNAL -->

0 commit comments

Comments
 (0)