mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -27,9 +27,9 @@ SYNOPSIS
|
|||
| --enable-logging-monitoring-system-only | --enable-multi-networking
|
||||
| --enable-network-policy | --enable-pod-security-policy
|
||||
| --enable-private-nodes | --[no-]enable-ray-cluster-logging
|
||||
| --[no-]enable-ray-cluster-monitoring | --enable-secret-manager
|
||||
| --enable-service-externalips | --enable-shielded-nodes
|
||||
| --enable-stackdriver-kubernetes | --enable-vertical-pod-autoscaling
|
||||
| --[no-]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
|
||||
| --generate-password | --hpa-profile=HPA_PROFILE
|
||||
| --identity-provider=IDENTITY_PROVIDER
|
||||
|
|
@ -106,6 +106,8 @@ SYNOPSIS
|
|||
: --min-accelerator=[type=TYPE,count=COUNT,...]]]
|
||||
| --enable-insecure-binding-system-authenticated
|
||||
--enable-insecure-binding-system-unauthenticated
|
||||
| --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
|
||||
| --logging-service=LOGGING_SERVICE
|
||||
--monitoring-service=MONITORING_SERVICE
|
||||
|
|
@ -459,16 +461,6 @@ REQUIRED FLAGS
|
|||
--enable-ray-cluster-monitoring to enable and
|
||||
--no-enable-ray-cluster-monitoring to disable.
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -1500,6 +1492,27 @@ REQUIRED FLAGS
|
|||
To disallow binding system:authenticated in a cluster, explicitly set
|
||||
the --no-enable-insecure-binding-system-unauthenticated flag 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