Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. gcloud compute instances list
  2. NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
  3. instance-1 us-central1-f custom (1 vCPU, 8.00 GiB) 10.240.0.2 TERMINATED
  4. piperband-group-95p1 us-central1-f custom (1 vCPU, 8.00 GiB) 10.240.0.4 35.224.97.151 RUNNING
  5. piperband-group-cbsn us-central1-f custom (1 vCPU, 8.00 GiB) 10.240.0.3 35.188.194.119 RUNNING
  6.  
  7. WORKS^
  8.  
  9. BUT:
  10. ----
  11. gcloud compute instance-groups list-instances piperband-group
  12. ERROR: (gcloud.compute.instance-groups.list-instances) Some requests did not succeed:
  13. - The resource 'projects/stately-will-107018/zones/us-west1-a/instanceGroups/piperband-group' was not found
  14.  
  15. DOESN'T WORK.
  16.  
  17. ERROR DUMP:
  18. ----
  19. gcloud compute instance-groups list-instances piperband-group --verbosity=debug  1 ↵  ⚙  10057  12:20:48
  20. DEBUG: Running [gcloud.compute.instance-groups.list-instances] with arguments: [--verbosity: "debug", NAME: "piperband-group"]
  21. DEBUG: (gcloud.compute.instance-groups.list-instances) Some requests did not succeed:
  22. - The resource 'projects/stately-will-107018/zones/us-west1-a/instanceGroups/piperband-group' was not found
  23. Traceback (most recent call last):
  24. File "/Users/dev/home/lib/google-cloud-sdk/lib/googlecloudsdk/calliope/cli.py", line 791, in Execute
  25. resources = calliope_command.Run(cli=self, args=args)
  26. File "/Users/dev/home/lib/google-cloud-sdk/lib/googlecloudsdk/calliope/backend.py", line 756, in Run
  27. resources = command_instance.Run(args)
  28. File "/Users/dev/home/lib/google-cloud-sdk/lib/surface/compute/instance_groups/list_instances.py", line 80, in Run
  29. utils.RaiseToolException(errors)
  30. File "/Users/dev/home/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/utils.py", line 106, in RaiseToolException
  31. RaiseException(problems, calliope_exceptions.ToolException, error_message)
  32. File "/Users/dev/home/lib/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/utils.py", line 118, in RaiseException
  33. errors))
  34. ToolException: Some requests did not succeed:
  35. - The resource 'projects/stately-will-107018/zones/us-west1-a/instanceGroups/piperband-group' was not found
  36.  
  37. ERROR: (gcloud.compute.instance-groups.list-instances) Some requests did not succeed:
  38. - The resource 'projects/stately-will-107018/zones/us-west1-a/instanceGroups/piperband-group' was not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement