mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -231,7 +231,8 @@ FLAGS
|
|||
--monitoring=[COMPONENT,...]
|
||||
Set the components that have monitoring enabled. Valid component values
|
||||
are: SYSTEM, WORKLOAD (Deprecated), NONE, API_SERVER,
|
||||
CONTROLLER_MANAGER, SCHEDULER
|
||||
CONTROLLER_MANAGER, SCHEDULER, DAEMONSET, DEPLOYMENT, HPA, POD,
|
||||
STATEFULSET, STORAGE
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-metrics
|
||||
|
|
@ -239,7 +240,7 @@ FLAGS
|
|||
Examples:
|
||||
|
||||
$ gcloud alpha container clusters create-auto \
|
||||
--monitoring=SYSTEM,API_SERVER
|
||||
--monitoring=SYSTEM,API_SERVER,POD
|
||||
$ gcloud alpha container clusters create-auto --monitoring=NONE
|
||||
|
||||
--network=NETWORK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue