Skip to content

Commit 4bafd77

Browse files
committed
Updated per feedback
1 parent 1ab2393 commit 4bafd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/data/upgrade-data-controller-indirect-kubernetes-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ You'll need to connect and authenticate to a Kubernetes cluster and have an exis
8686
> [!IMPORTANT]
8787
> Requires Kubernetes permissions for creating service account, role binding, cluster role, cluster role binding, and all the RBAC permissions being granted to the service account.
8888
89-
Save a copy of [arcdata-upgrader.yaml](https://raw.githubusercontent.com/microsoft/azure_arc/main/arc_data_services/upgrade/yaml/arcdata-upgrader.yaml), and replace the placeholder `{{NAMESPACE}}` in the file with the namespace of the data controller, for example: `arc`. Run the following command to create the deployer service account with the edited file.
89+
Save a copy of [arcdata-deployer.yaml](https://raw.githubusercontent.com/microsoft/azure_arc/main/arc_data_services/arcdata-deployer.yaml), and replace the placeholder `{{NAMESPACE}}` in the file with the namespace of the data controller, for example: `arc`. Run the following command to create the deployer service account with the edited file.
9090

9191
```console
92-
kubectl apply --namespace arc -f arcdata-upgrader.yaml
92+
kubectl apply --namespace arc -f arcdata-deployer.yaml
9393
```
9494

9595

0 commit comments

Comments
 (0)