gana2188 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

Missing zone parameter in 'Delete existing access configs' documentation #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In documentation, 
https://cloud.google.com/compute/docs/instances-and-network#IP_assign, in 
command in step 2, zone parameters must be set.
gcloud compute instances delete-access-config example-instance \
          --zone example-zone \
          --access-config-name external-nat
In fact, without zone parameter, the command won't create an operation.

$ gcloud version
Google Cloud SDK 0.9.44

bq 2.0.18
bq-nix 2.0.18
compute 2015.01.12
core 2015.01.15
core-nix 2014.11.03
dns 2015.01.15
gcutil 1.16.5
gcutil-nix 1.16.5
gsutil 4.7
gsutil-nix 4.6
sql 2015.01.15

Original issue reported on code.google.com by sestegra on 22 Jan 2015 at 11:50

GoogleCodeExporter commented 8 years ago
Looks like a bug in the docs.  Thanks for reporting!

Original comment by jeffvaug...@google.com on 23 Jan 2015 at 8:23