We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c59020 commit f5d08f5Copy full SHA for f5d08f5
articles/operator-nexus/howto-kubernetes-cluster-connect.md
@@ -78,7 +78,7 @@ The `az ssh arc` command allows users to remotely access a cluster VM that has b
78
SUBSCRIPTION_ID="<Subscription ID>"
79
USER_NAME="azureuser"
80
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)
+ MANAGED_RESOURCE_GROUP=$(az networkcloud kubernetescluster show -n $CLUSTER_NAME -g $RESOURCE_GROUP --subscription $SUBSCRIPTION_ID --output tsv --query managedResourceGroupConfiguration.name)
82
```
83
84
2. Get the available cluster node names.
0 commit comments