mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 26 10:24:37 UTC 2023
This commit is contained in:
parent
b33a8a3e6e
commit
2ae1bc2b12
276 changed files with 6093 additions and 833 deletions
|
|
@ -15,7 +15,8 @@ SYNOPSIS
|
|||
[--config-encryption-key-id=CONFIG_ENCRYPTION_KEY_ID]
|
||||
[--config-encryption-public-key=CONFIG_ENCRYPTION_PUBLIC_KEY]
|
||||
[--database-encryption-key-id=DATABASE_ENCRYPTION_KEY_ID]
|
||||
[--description=DESCRIPTION] [--endpoint-subnet-id=ENDPOINT_SUBNET_ID]
|
||||
[--description=DESCRIPTION] [--enable-managed-prometheus]
|
||||
[--endpoint-subnet-id=ENDPOINT_SUBNET_ID]
|
||||
[--logging=COMPONENT,[COMPONENT,...]]
|
||||
[--main-volume-size=MAIN_VOLUME_SIZE]
|
||||
[--replica-placements=[REPLICA_PLACEMENT,...]]
|
||||
|
|
@ -158,6 +159,9 @@ OPTIONAL FLAGS
|
|||
--description=DESCRIPTION
|
||||
Description for the cluster.
|
||||
|
||||
--enable-managed-prometheus
|
||||
Enable managed collection for Managed Service for Prometheus.
|
||||
|
||||
--endpoint-subnet-id=ENDPOINT_SUBNET_ID
|
||||
ARM ID of the subnet where the control plane load balancer is deployed.
|
||||
When unspecified, it defaults to the control plane subnet ID.
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ SYNOPSIS
|
|||
[--clear-description | --description=DESCRIPTION]
|
||||
[--client=CLIENT | --azure-application-id=AZURE_APPLICATION_ID
|
||||
--azure-tenant-id=AZURE_TENANT_ID --clear-client]
|
||||
[--disable-managed-prometheus | --enable-managed-prometheus]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -135,6 +136,16 @@ FLAGS
|
|||
Azure workload identity federation from Azure client to manage
|
||||
Azure resources.
|
||||
|
||||
Monitoring Config
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-managed-prometheus
|
||||
Disable managed collection for Managed Service for Prometheus.
|
||||
|
||||
--enable-managed-prometheus
|
||||
Enable managed collection for Managed Service for Prometheus.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue