Skip to content

Commit 6116d66

Browse files
committed
Tweaks
1 parent 79e1dc7 commit 6116d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AKS-Arc/tsg-upgrade-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ az aksarc update --enable-smb-driver -g <resource_group_name> -n <cluster_name>
8989
az aksarc update --enable-nfs-driver -g <resource_group_name> -n <cluster_name>
9090
```
9191

92-
Running the `aksarc update` command should resolve the issue and the `currentState` property of the cluster should now show as **Succeeded**. Once the status is updated, if you don't want to retain the drivers as enabled, you can revert this action by running one of the following commands:
92+
Running the `aksarc update` command should resolve the issue and the `currentState` property of the cluster should now show as **Succeeded**. Once the status is updated, if you don't want to keep the drivers enabled, you can reverse this action by running one of the following commands:
9393

9494
```azurecli
9595
az aksarc update --disable-smb-driver -g <resource_group_name> -n <cluster_name>

0 commit comments

Comments
 (0)