mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +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
|
|
@ -469,7 +469,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
|
||||
|
|
@ -479,7 +480,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
|
||||
|
|
@ -610,7 +613,8 @@ FLAGS
|
|||
The --enable-logging-monitoring-system-only 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.
|
||||
|
||||
--enable-managed-prometheus
|
||||
Enables managed collection for Managed Service for Prometheus in the
|
||||
|
|
@ -680,7 +684,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:
|
||||
|
||||
|
|
@ -773,7 +778,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:
|
||||
|
||||
|
|
@ -917,7 +922,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:
|
||||
|
||||
|
|
|
|||
|
|
@ -289,7 +289,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:
|
||||
|
||||
|
|
@ -307,7 +307,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:
|
||||
|
||||
|
|
|
|||
|
|
@ -373,7 +373,9 @@ REQUIRED FLAGS
|
|||
The --enable-logging-monitoring-system-only 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.
|
||||
|
||||
--enable-master-authorized-networks
|
||||
Allow only specified set of CIDR blocks (specified by the
|
||||
|
|
@ -449,7 +451,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:
|
||||
|
||||
|
|
@ -1353,7 +1357,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:
|
||||
|
||||
|
|
@ -1369,7 +1373,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:
|
||||
|
||||
|
|
@ -1403,7 +1407,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:
|
||||
|
|
@ -1415,7 +1419,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