Skip to content

Commit 1ab2393

Browse files
committed
Update paths for upgrade
1 parent a38d353 commit 1ab2393

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-arc/data/create-data-controller-using-kubernetes-native-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To create the data controller using Kubernetes tools you will need to have the K
3636

3737
The bootstrapper service handles incoming requests for creating, editing, and deleting custom resources such as a data controller.
3838

39-
Save a copy of [arcdata-deployer.yaml](https://raw.githubusercontent.com/microsoft/azure_arc/main/arc_data_services/deploy/yaml/bootstrapper-unified.yaml), and replace the placeholder `{{NAMESPACE}}` in *all the places* in the file with the desired namespace name, for example: `arc`.
39+
Save a copy of [bootstrapper-unified.yaml](https://raw.githubusercontent.com/microsoft/azure_arc/main/arc_data_services/deploy/yaml/bootstrapper-unified.yaml), and replace the placeholder `{{NAMESPACE}}` in *all the places* in the file with the desired namespace name, for example: `arc`.
4040

4141
> [!IMPORTANT]
4242
> The bootstrapper-unified.yaml template file defaults to pulling the bootstrapper container image from the Microsoft Container Registry (MCR). If your environment can't directly access the Microsoft Container Registry, you can do the following:

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-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.
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.
9090

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

9595

0 commit comments

Comments
 (0)