mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Jan 23 10:02:29 UTC 2025
This commit is contained in:
parent
4a036681b1
commit
861d4011dc
116 changed files with 1271 additions and 2834 deletions
|
|
@ -13,6 +13,7 @@ SYNOPSIS
|
|||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE]
|
||||
[--description=DESCRIPTION] [--enable-managed-prometheus]
|
||||
[--logging=COMPONENT,[COMPONENT,...]] [--validate-only]
|
||||
[--disable-cloud-monitoring | --enable-cloud-monitoring]
|
||||
[--proxy-secret-name=PROXY_SECRET_NAME
|
||||
--proxy-secret-namespace=PROXY_SECRET_NAMESPACE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -165,8 +166,8 @@ OPTIONAL FLAGS
|
|||
https://cloud.google.com/stackdriver/docs/managed-prometheus/setup-managed#enable-mgdcoll-gke
|
||||
for more info.
|
||||
|
||||
Enabled by default for cluster versions 1.27 or greater, use
|
||||
--no-enable-managed-prometheus to disable.
|
||||
Managed Prometheus is enabled by default for cluster versions 1.27 or
|
||||
greater, use --no-enable-managed-prometheus to disable.
|
||||
|
||||
--logging=COMPONENT,[COMPONENT,...]
|
||||
Set the components that have logging enabled.
|
||||
|
|
@ -183,6 +184,22 @@ OPTIONAL FLAGS
|
|||
--validate-only
|
||||
Validate the cluster to create, but don't actually perform it.
|
||||
|
||||
Cloud Monitoring Config
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-cloud-monitoring
|
||||
Disables managed collection for Cloud Monitoring in the cluster.
|
||||
|
||||
Cloud Monitoring is enabled by default for all clusters. Beginning
|
||||
with cluster version 1.31, use --disable-cloud-monitoring to disable.
|
||||
|
||||
--enable-cloud-monitoring
|
||||
Enables managed collection for Cloud Monitoring in the cluster.
|
||||
|
||||
Cloud Monitoring is enabled by default for all clusters. Beginning
|
||||
with cluster version 1.31, use --disable-cloud-monitoring to disable.
|
||||
|
||||
Proxy config
|
||||
|
||||
--proxy-secret-name=PROXY_SECRET_NAME
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ SYNOPSIS
|
|||
[--platform-version=PLATFORM_VERSION] [--validate-only]
|
||||
[--admin-groups=[GROUP,...] | --clear-admin-groups]
|
||||
[--admin-users=[USER,...] | --clear-admin-users]
|
||||
[--disable-cloud-monitoring | --enable-cloud-monitoring]
|
||||
[--disable-managed-prometheus | --enable-managed-prometheus]
|
||||
[--proxy-secret-name=PROXY_SECRET_NAME
|
||||
--proxy-secret-namespace=PROXY_SECRET_NAMESPACE]
|
||||
|
|
@ -122,6 +123,16 @@ FLAGS
|
|||
--clear-admin-users
|
||||
Clear the admin users associated with the cluster
|
||||
|
||||
Cloud Monitoring Config
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-cloud-monitoring
|
||||
Disable managed collection for Cloud Monitoring.
|
||||
|
||||
--enable-cloud-monitoring
|
||||
Enable managed collection for Cloud Monitoring.
|
||||
|
||||
Monitoring Config
|
||||
|
||||
At most one of these can be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue