mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -46,9 +46,9 @@ SYNOPSIS
|
|||
[--enable-master-global-access] [--enable-multi-networking]
|
||||
[--enable-nested-virtualization] [--enable-network-policy]
|
||||
[--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]
|
||||
[--enable-ray-cluster-monitoring] [--enable-service-externalips]
|
||||
[--enable-shielded-nodes] [--enable-stackdriver-kubernetes]
|
||||
[--enable-vertical-pod-autoscaling]
|
||||
[--fleet-project=PROJECT_ID_OR_NUMBER] [--gateway-api=GATEWAY_API]
|
||||
[--hpa-profile=HPA_PROFILE] [--identity-provider=IDENTITY_PROVIDER]
|
||||
[--image-type=IMAGE_TYPE]
|
||||
|
|
@ -133,6 +133,8 @@ SYNOPSIS
|
|||
--resource-usage-bigquery-dataset=RESOURCE_USAGE_BIGQUERY_DATASET]
|
||||
[--enable-private-endpoint --enable-private-nodes
|
||||
--master-ipv4-cidr=MASTER_IPV4_CIDR --private-cluster]
|
||||
[--enable-secret-manager --enable-secret-manager-rotation
|
||||
--secret-manager-rotation-interval=SECRET_MANAGER_ROTATION_INTERVAL]
|
||||
[--enable-tpu --enable-tpu-service-networking | --tpu-ipv4-cidr=CIDR]
|
||||
[--ephemeral-storage[=[local-ssd-count=LOCAL-SSD-COUNT]]
|
||||
| --ephemeral-storage-local-ssd[=[count=COUNT]]
|
||||
|
|
@ -719,16 +721,6 @@ FLAGS
|
|||
--enable-ray-cluster-monitoring
|
||||
Enable automatic metrics collection for Ray clusters.
|
||||
|
||||
Flags for Secret Manager configuration:
|
||||
|
||||
--enable-secret-manager
|
||||
Enables the Secret Manager CSI driver provider component. See
|
||||
https://secrets-store-csi-driver.sigs.k8s.io/introduction
|
||||
https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp
|
||||
|
||||
To disable in an existing cluster, explicitly set flag to
|
||||
--no-enable-secret-manager
|
||||
|
||||
--enable-service-externalips
|
||||
Enables use of services with externalIPs field.
|
||||
|
||||
|
|
@ -2144,6 +2136,27 @@ FLAGS
|
|||
The --private-cluster flag is deprecated and will be removed in a
|
||||
future release. Use --enable-private-nodes instead.
|
||||
|
||||
Flags for Secret Manager configuration:
|
||||
|
||||
--enable-secret-manager
|
||||
Enables the Secret Manager CSI driver provider component. See
|
||||
https://secrets-store-csi-driver.sigs.k8s.io/introduction
|
||||
https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp
|
||||
|
||||
To disable in an existing cluster, explicitly set flag to
|
||||
--no-enable-secret-manager
|
||||
|
||||
--enable-secret-manager-rotation
|
||||
Enables the rotation of secrets in the Secret Manager CSI driver
|
||||
provider component.
|
||||
|
||||
To disable in an existing cluster, explicitly set flag to
|
||||
--no-enable-secret-manager-rotation
|
||||
|
||||
--secret-manager-rotation-interval=SECRET_MANAGER_ROTATION_INTERVAL
|
||||
Set the rotation period for secrets in the Secret Manager CSI driver
|
||||
provider component.
|
||||
|
||||
Flags relating to Cloud TPUs:
|
||||
|
||||
--enable-tpu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue