Stop using gcloud preview - it is obsolete

Switch to supported APIs. Update docs.
This commit is contained in:
Tim Hockin
2015-10-06 08:56:34 -07:00
parent 036fe16849
commit b25069d084
4 changed files with 14 additions and 14 deletions

View File

@@ -225,7 +225,7 @@ func restartNodes(provider string, nt time.Duration) error {
// with the following bash, but needs to be written in Go:
//
// # Step 1: Get instance names.
// list=$(gcloud preview instance-groups --project=${PROJECT} --zone=${ZONE} instances --group=${GROUP} list)
// list=$(gcloud compute instance-groups --project=${PROJECT} --zone=${ZONE} instances --group=${GROUP} list)
// i=""
// for l in $list; do
// i="${l##*/},${i}"