mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 17 09:30:28 UTC 2024
This commit is contained in:
parent
2614f6b65e
commit
503936d882
156 changed files with 1988 additions and 573 deletions
|
|
@ -40,7 +40,8 @@ SYNOPSIS
|
|||
[--enable-logging-monitoring-system-only] [--enable-managed-prometheus]
|
||||
[--enable-master-global-access] [--enable-multi-networking]
|
||||
[--enable-nested-virtualization] [--enable-network-policy]
|
||||
[--enable-pod-security-policy] [--enable-secret-manager]
|
||||
[--enable-pod-security-policy] [--enable-ray-cluster-logging]
|
||||
[--enable-ray-cluster-monitoring] [--enable-secret-manager]
|
||||
[--enable-service-externalips] [--enable-shielded-nodes]
|
||||
[--enable-stackdriver-kubernetes] [--enable-vertical-pod-autoscaling]
|
||||
[--fleet-project=PROJECT_ID_OR_NUMBER] [--gateway-api=GATEWAY_API]
|
||||
|
|
@ -201,7 +202,7 @@ FLAGS
|
|||
ADDON must be one of: HttpLoadBalancing, HorizontalPodAutoscaling,
|
||||
KubernetesDashboard, NetworkPolicy, NodeLocalDNS, ConfigConnector,
|
||||
GcePersistentDiskCsiDriver, GcpFilestoreCsiDriver, BackupRestore,
|
||||
GcsFuseCsiDriver, Istio, CloudRun.
|
||||
GcsFuseCsiDriver, RayOperator, Istio, CloudRun.
|
||||
|
||||
--allow-route-overlap
|
||||
Allows the provided cluster CIDRs to overlap with existing routes that
|
||||
|
|
@ -648,6 +649,12 @@ FLAGS
|
|||
API objects. For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/pod-security-policies.
|
||||
|
||||
--enable-ray-cluster-logging
|
||||
Enable automatic log processing sidecar for Ray clusters.
|
||||
|
||||
--enable-ray-cluster-monitoring
|
||||
Enable automatic metrics collection for Ray clusters.
|
||||
|
||||
--enable-secret-manager
|
||||
Enables the Secret Manager CSI driver provider component. See
|
||||
https://secrets-store-csi-driver.sigs.k8s.io/introduction
|
||||
|
|
@ -905,7 +912,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
|
||||
STATEFULSET, STORAGE, CADVISOR, KUBELET, DCGM
|
||||
|
||||
For more information, see
|
||||
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue