Skip to content

Commit f5d08f5

Browse files
authored
Update howto-kubernetes-cluster-connect.md
1 parent 8c59020 commit f5d08f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-kubernetes-cluster-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The `az ssh arc` command allows users to remotely access a cluster VM that has b
7878
SUBSCRIPTION_ID="<Subscription ID>"
7979
USER_NAME="azureuser"
8080
SSH_PRIVATE_KEY_FILE="<vm_ssh_id_rsa>"
81-
MANAGED_RESOURCE_GROUP=$(az networkcloud kubernetescluster show -n $CLUSTER_NAME -g $RESOURCE_GROUP --output tsv --query managedResourceGroupConfiguration.name)
81+
MANAGED_RESOURCE_GROUP=$(az networkcloud kubernetescluster show -n $CLUSTER_NAME -g $RESOURCE_GROUP --subscription $SUBSCRIPTION_ID --output tsv --query managedResourceGroupConfiguration.name)
8282
```
8383

8484
2. Get the available cluster node names.

0 commit comments

Comments
 (0)