Skip to content

Commit f9ec0b4

Browse files
authored
Update upgrade-data-controller-direct-cli.md
Removing extension upgrade part.. not need anymore.
1 parent 3668a03 commit f9ec0b4

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

articles/azure-arc/data/upgrade-data-controller-direct-cli.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -75,41 +75,6 @@ You'll need to connect and authenticate to a Kubernetes cluster and have an exis
7575
kubectl config use-context <Kubernetes cluster name>
7676
```
7777

78-
### Upgrade Arc data controller extension
79-
80-
Upgrade the Arc data controller extension first.
81-
82-
Retrieve the name of your extension and its version:
83-
84-
1. Go to the Azure portal
85-
1. Select **Overview** for your Azure Arc enabled Kubernetes cluster
86-
1. Selecting the **Extensions** tab on the left.
87-
88-
Alternatively, you can use `az` CLI to get the name of your extension and its version running.
89-
90-
```azurecli
91-
az k8s-extension list --resource-group <resource-group> --cluster-name <connected cluster name> --cluster-type connectedClusters
92-
```
93-
94-
Example:
95-
96-
```azurecli
97-
az k8s-extension list --resource-group rg-arcds --cluster-name aks-arc --cluster-type connectedClusters
98-
```
99-
100-
After you retrieve the extension name and its version, upgrade the extension.
101-
102-
```azurecli
103-
az k8s-extension update --resource-group <resource-group> --cluster-name <connected cluster name> --cluster-type connectedClusters --name <name of extension> --version <extension version> --release-train stable --config systemDefaultValues.image="<registry>/<repository>/arc-bootstrapper:<imageTag>"
104-
```
105-
106-
Example:
107-
108-
```azurecli
109-
az k8s-extension update --resource-group rg-arcds --cluster-name aks-arc --cluster-type connectedClusters --name aks-arc-ext --version
110-
1.2.19581002 --release-train stable --config systemDefaultValues.image="mcr.microsoft.com/arcdata/arc-bootstrapper:v1.7.0_2022-05-24"
111-
```
112-
11378
### Upgrade data controller
11479

11580
You can perform a dry run first. The dry run validates the registry exists, the version schema, and the private repository authorization token (if used). To perform a dry run, use the `--dry-run` parameter in the `az arcdata dc upgrade` command. For example:

0 commit comments

Comments
 (0)