Tập tành check regions list trong Gcloud bằng command line

23rd May 2022
Table of contents

To check your preferred region

$ gcloud compute regions list

To change compute regions, I select us-east4 region:

$ gcloud config set compute/region us-east4

Updated property [compute/region].

$ gcloud config list compute/region

[compute]

region = us-east4

---------

$ gcloud config list compute/region

Your active configuration is: [default]

[compute]
region = us-east4

$ gcloud config list compute/zone

Your active configuration is: [default]

[compute]
zone = us-east4-b

------------

If you don't remember the specific commands, another option is to change the region and zone in the gcloud configurations file which is located in:

~/.config/gcloud/configurations/config_default

And contain the structure below:

[core]
account = my-account@my-domain
project = my-project

[compute]
zone = asia-south1-a
region = asia-south1

After changing region to us-central-1 you'll get the following output:

gcloud config list compute/region

[compute]
region = us-central1

gcloud config configurations list

NAME     IS_ACTIVE  ACCOUNT               PROJECT     COMPUTE_DEFAULT_ZONE  COMPUTE_DEFAULT_REGION
default  True       my-account@my-domain  my-project  us-central1-a         us-central1
Bạn thấy bài viết này như thế nào?
0 reactions

Add new comment

Image CAPTCHA
Enter the characters shown in the image.
Câu nói tâm đắc: “Điều tuyệt với nhất trong cuộc sống là làm được những việc mà người khác tin là không thể!”

Related Articles

Tiếp tục tìm hiểu về Elasticsearch mới thấy, đằng sau những query và response tưởng như rất đơn giản kia là cả một tổ hợp rất phức tạp của biết bao tinh hoa công nghệ trên thế giới.

The first method to enable container registry service is to use the Google Cloud Console interface. Log in to the cloud console, search for the library in the search bar, and select the API library under the products and pages

In the environment variables tab, add the following variable. Please remember to substitute the WordPress username, password