mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Aug 7 09:49:06 UTC 2024
This commit is contained in:
parent
ed2f818f7a
commit
7fe34c472b
98 changed files with 1867 additions and 220 deletions
|
|
@ -463,7 +463,8 @@ FLAGS
|
|||
--enable-cloud-logging is also deprecated and will be removed in an
|
||||
upcoming release. Please use --logging (optionally with --monitoring).
|
||||
For more details, please read:
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing.
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs and
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics.
|
||||
|
||||
--enable-cloud-monitoring
|
||||
(DEPRECATED) Automatically send metrics from pods in the cluster to the
|
||||
|
|
@ -473,7 +474,9 @@ FLAGS
|
|||
Legacy Logging and Monitoring is deprecated. Thus, flag
|
||||
--enable-cloud-monitoring is also deprecated. Please use --monitoring
|
||||
(optionally with --logging). For more details, please read:
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing.
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics
|
||||
and
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs.
|
||||
|
||||
--enable-cloud-run-alpha
|
||||
Enable Cloud Run alpha features on this cluster. Selecting this option
|
||||
|
|
@ -632,7 +635,8 @@ FLAGS
|
|||
The --enable-stackdriver-kubernetes flag is deprecated and will be
|
||||
removed in an upcoming release. Please use --logging and --monitoring
|
||||
instead. For more information, please read:
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing.
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs and
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics.
|
||||
|
||||
Flags for vertical pod autoscaling:
|
||||
|
||||
|
|
@ -703,7 +707,7 @@ FLAGS
|
|||
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER, NONE
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-logs
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs#available-logs
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
@ -846,7 +850,7 @@ FLAGS
|
|||
STATEFULSET, STORAGE, CADVISOR, KUBELET, DCGM
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-metrics
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics#available-metrics
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
|
|||
|
|
@ -285,7 +285,7 @@ FLAGS
|
|||
be included.
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-logs
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs#available-logs
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
@ -302,7 +302,7 @@ FLAGS
|
|||
STATEFULSET, STORAGE, CADVISOR, KUBELET, DCGM
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-metrics
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics#available-metrics
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
|
|||
|
|
@ -403,7 +403,9 @@ REQUIRED FLAGS
|
|||
The --enable-stackdriver-kubernetes flag is deprecated and will be
|
||||
removed in an upcoming release. Please use --logging and --monitoring
|
||||
instead. For more information, please read:
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing.
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs
|
||||
and
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics.
|
||||
|
||||
Flags for vertical pod autoscaling:
|
||||
|
||||
|
|
@ -1225,7 +1227,7 @@ REQUIRED FLAGS
|
|||
NONE
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-logs
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs#available-logs
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
@ -1241,7 +1243,7 @@ REQUIRED FLAGS
|
|||
STATEFULSET, STORAGE, CADVISOR, KUBELET, DCGM
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-metrics
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics#available-metrics
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
@ -1274,7 +1276,7 @@ REQUIRED FLAGS
|
|||
The --logging-service flag is deprecated and will be removed in an
|
||||
upcoming release. Please use --logging instead. For more information,
|
||||
please read:
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing.
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-logs.
|
||||
|
||||
--monitoring-service=MONITORING_SERVICE
|
||||
(DEPRECATED) Monitoring service to use for the cluster. Options are:
|
||||
|
|
@ -1286,7 +1288,7 @@ REQUIRED FLAGS
|
|||
The --monitoring-service flag is deprecated and will be removed in an
|
||||
upcoming release. Please use --monitoring instead. For more
|
||||
information, please read:
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing.
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics.
|
||||
|
||||
Basic auth
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue