mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 11 09:52:17 UTC 2024
This commit is contained in:
parent
78a4d78e9e
commit
a3842bba95
197 changed files with 6656 additions and 691 deletions
|
|
@ -51,6 +51,9 @@ SYNOPSIS
|
|||
| --additional-pod-ipv4-ranges=NAME,[NAME,...]
|
||||
--remove-additional-pod-ipv4-ranges=NAME,[NAME,...]
|
||||
| --additional-zones=[ZONE,...] | --node-locations=ZONE,[ZONE,...]
|
||||
| --logging=[COMPONENT,...]
|
||||
--monitoring=[COMPONENT,...] --disable-managed-prometheus
|
||||
| --enable-managed-prometheus
|
||||
| --binauthz-policy-bindings=[name=BINAUTHZ_POLICY,
|
||||
enforcement-mode=ENFORCEMENT_MODE,...]
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
|
|
@ -95,9 +98,7 @@ SYNOPSIS
|
|||
| --enable-insecure-binding-system-authenticated
|
||||
--enable-insecure-binding-system-unauthenticated
|
||||
| --enable-tpu --enable-tpu-service-networking | --tpu-ipv4-cidr=CIDR
|
||||
| --logging=[COMPONENT,...]
|
||||
--monitoring=[COMPONENT,...] --disable-managed-prometheus
|
||||
| --enable-managed-prometheus | --logging-service=LOGGING_SERVICE
|
||||
| --logging-service=LOGGING_SERVICE
|
||||
--monitoring-service=MONITORING_SERVICE
|
||||
| --password=PASSWORD --enable-basic-auth
|
||||
| --username=USERNAME, -u USERNAME) [--async]
|
||||
|
|
@ -855,6 +856,52 @@ REQUIRED FLAGS
|
|||
--location us-central1-a \
|
||||
--node-locations us-central1-a,us-central1-b
|
||||
|
||||
--logging=[COMPONENT,...]
|
||||
Set the components that have logging enabled. Valid component values
|
||||
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER,
|
||||
NONE
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs#available-logs
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container clusters update --logging=SYSTEM
|
||||
$ gcloud alpha container clusters update \
|
||||
--logging=SYSTEM,API_SERVER,WORKLOAD
|
||||
$ gcloud alpha container clusters update --logging=NONE
|
||||
|
||||
--monitoring=[COMPONENT,...]
|
||||
Set the components that have monitoring enabled. Valid component
|
||||
values are: SYSTEM, WORKLOAD (Deprecated), NONE, API_SERVER,
|
||||
CONTROLLER_MANAGER, SCHEDULER, DAEMONSET, DEPLOYMENT, HPA, POD,
|
||||
STATEFULSET, STORAGE, CADVISOR, KUBELET, DCGM
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics#available-metrics
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container clusters update \
|
||||
--monitoring=SYSTEM,API_SERVER,POD
|
||||
$ gcloud alpha container clusters update --monitoring=NONE
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-managed-prometheus
|
||||
Disable managed collection for Managed Service for Prometheus.
|
||||
|
||||
--enable-managed-prometheus
|
||||
Enables managed collection for Managed Service for Prometheus in
|
||||
the cluster.
|
||||
|
||||
See
|
||||
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.
|
||||
|
||||
Flags for Binary Authorization:
|
||||
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,enforcement-mode=ENFORCEMENT_MODE,...]
|
||||
|
|
@ -1391,52 +1438,6 @@ REQUIRED FLAGS
|
|||
Can not be specified unless '--enable-tpu' and
|
||||
'--enable-ip-alias' are also specified.
|
||||
|
||||
--logging=[COMPONENT,...]
|
||||
Set the components that have logging enabled. Valid component values
|
||||
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER,
|
||||
NONE
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs#available-logs
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container clusters update --logging=SYSTEM
|
||||
$ gcloud alpha container clusters update \
|
||||
--logging=SYSTEM,API_SERVER,WORKLOAD
|
||||
$ gcloud alpha container clusters update --logging=NONE
|
||||
|
||||
--monitoring=[COMPONENT,...]
|
||||
Set the components that have monitoring enabled. Valid component
|
||||
values are: SYSTEM, WORKLOAD (Deprecated), NONE, API_SERVER,
|
||||
CONTROLLER_MANAGER, SCHEDULER, DAEMONSET, DEPLOYMENT, HPA, POD,
|
||||
STATEFULSET, STORAGE, CADVISOR, KUBELET, DCGM
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics#available-metrics
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud alpha container clusters update \
|
||||
--monitoring=SYSTEM,API_SERVER,POD
|
||||
$ gcloud alpha container clusters update --monitoring=NONE
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-managed-prometheus
|
||||
Disable managed collection for Managed Service for Prometheus.
|
||||
|
||||
--enable-managed-prometheus
|
||||
Enables managed collection for Managed Service for Prometheus in
|
||||
the cluster.
|
||||
|
||||
See
|
||||
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.
|
||||
|
||||
--logging-service=LOGGING_SERVICE
|
||||
(DEPRECATED) Logging service to use for the cluster. Options are:
|
||||
"logging.googleapis.com/kubernetes" (the Google Cloud Logging service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue