Is it possible to set the default machine-type and default image for Google Cloud gcloud tool? -
i have installed , configured google cloud sdk. works fine invocation commands tend bit long.
is possible set default machine-type , default image utilize can default zone , region?
$ gcloud config list [compute] part = europe-west1 zone = europe-west1-c
in particular, i'd utilize canonical's ubuntu 14.10 image , n1-standard-2 instead of
--machine-type machine_type; default="n1-standard-1" specifies machine type used instances.
or need ugly alias?
images , type machines aren't part of compute properties. if run command gcloud config list --all
, can see properties can set.
google-compute-engine google-cloud-platform
No comments:
Post a Comment