1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed Mar 5 10:41:25 UTC 2025

This commit is contained in:
Automated 2025-03-05 10:41:25 +00:00
parent a597993b2e
commit 6dc93282df
279 changed files with 4198 additions and 801 deletions

View file

@ -901,7 +901,7 @@ FLAGS
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
STATEFULSET, STORAGE, CADVISOR, KUBELET, DCGM, JOBSET
For more information, see
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics#available-metrics
@ -998,7 +998,7 @@ FLAGS
on how to manage Pub/Sub topics and subscriptions. You can also use the
filter option to specify which event types you'd like to receive from
the following options: SecurityBulletinEvent, UpgradeEvent,
UpgradeAvailableEvent.
UpgradeInfoEvent, UpgradeAvailableEvent.
Examples:
@ -2075,10 +2075,17 @@ FLAGS
--maintenance-window-recurrence=FREQ=DAILY
--maintenance-window-end=TIME_STAMP
End time of the first window (can occur in the past). Must take
place after the start time. The difference in start and end time
specifies the length of each recurrence. See $ gcloud topic
datetimes for information on time formats.
The end time for calculating the duration of the maintenance
window, as expressed by the amount of time after the START_TIME, in
the same format. The value for END_TIME must be in the future,
relative to START_TIME. This only calculates the duration of the
window, and doesn't set when the maintenance window stops
recurring. Maintenance windows only stop recurring when they're
removed. See $ gcloud topic datetimes for information on time
formats.
This flag argument must be specified if any of the other arguments
in this group are specified.
This flag argument must be specified if any of the other arguments
in this group are specified.