mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu Mar 26 12:11:21 UTC 2026
This commit is contained in:
parent
c0febd2be1
commit
89a3bc9276
1093 changed files with 69108 additions and 2686 deletions
|
|
@ -430,6 +430,10 @@ AVAILABLE PROPERTIES
|
|||
Overrides API endpoint for gcloud iam command group. Defaults to
|
||||
https://iam.googleapis.com/
|
||||
|
||||
iamconnectors
|
||||
Overrides API endpoint for gcloud agent-identity command group.
|
||||
Defaults to https://iamconnectors.googleapis.com/
|
||||
|
||||
iamcredentials
|
||||
Overrides API endpoint for gcloud iam command group. Defaults to
|
||||
https://iamcredentials.googleapis.com/
|
||||
|
|
@ -1163,6 +1167,26 @@ AVAILABLE PROPERTIES
|
|||
resources. When a region is required but not provided by a flag,
|
||||
the command will fall back to this value, if set.
|
||||
|
||||
regional
|
||||
endpoint_mode
|
||||
Specifies endpoint mode for a given command. Regional endpoints
|
||||
provide enhanced data residency and reliability by ensuring your
|
||||
request is handled entirely within the specified Google Cloud region.
|
||||
This differs from global endpoints, which may process parts of the
|
||||
request outside the target region.
|
||||
|
||||
Benefits of Regional Endpoints:
|
||||
(1) Data Residency: Keeps data in-transit within the chosen region.
|
||||
(2) Improved Isolation: Reduces the risk of cross-region impact
|
||||
from outages.
|
||||
|
||||
The choices are:
|
||||
* `global` - (Default) Use global rather than regional endpoints.
|
||||
* `regional` - Only use regional endpoints. An error will be raised
|
||||
if a regional endpoint is not available for a given command.
|
||||
* `regional-preferred` - Use regional endpoints when available,
|
||||
otherwise use global endpoints. Recommended for most users.
|
||||
|
||||
run
|
||||
cluster
|
||||
ID of the cluster or fully qualified identifier for the cluster
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue