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
# Migrate from Dapr OSS to the Dapr extension for Azure Kubernetes Service (AKS)
14
14
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:
16
16
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.
21
19
22
20
## Check for an existing Dapr installation
23
21
@@ -40,11 +38,11 @@ Enter the Helm release name for Dapr, or press Enter to use the default name [da
40
38
Enter the namespace where Dapr is installed, or press Enter to use the default namespace [dapr-system]:
41
39
```
42
40
43
-
## Configure the Dapr check using `--configuration-settings`
41
+
## Configuring the existing Dapr installation using `--configuration-settings`
44
42
45
43
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.
46
44
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`:
48
46
49
47
```azurecli-interactive
50
48
az k8s-extension create --cluster-type managedClusters \
@@ -98,7 +96,7 @@ For more information, see [Dapr Production Guidelines][dapr-prod-guidelines].
98
96
99
97
## Next steps
100
98
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].
0 commit comments