-
--http-health-check
HEALTH_CHECK
-
Specifies an HTTP health check object to add to the target pool.
-
--region
REGION
-
The region of the target pool to add health checks to. If not specified, you will be prompted to select a region.
- To avoid prompting when this flag is omitted, you can set the
compute/region
property:
$ gcloud config set compute/region REGION
- A list of regions can fetched by running:
$ gcloud compute regions list
- To unset the property, run:
$ gcloud config unset compute/region
- Alternatively, the region can be stored in the environment
variable
CLOUDSDK_COMPUTE_REGION
.