We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9650b commit b563ef3Copy full SHA for b563ef3
doc/operational/admin_access.md
@@ -65,7 +65,7 @@ done | xpanes -c '{}'
65
### Tenant gateways
66
67
```shell
68
-for project in $(gcloud projects list --filter "labels.naiscluster:true" --format 'value(projectId)'); do
+for project in $(gcloud projects list --filter "labels.naiscluster:true and labels.tenant:<tenant>" --format 'value(projectId)'); do
69
for vm in $(gcloud compute instances list --project $project --filter "labels.usage:naisdevice" --format 'value(name)'); do
70
echo gcloud compute ssh --tunnel-through-iap --project $project $vm
71
done
0 commit comments