mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 06:11:59 +00:00
gcloud: Thu Sep 4 11:11:30 UTC 2025
This commit is contained in:
parent
c0b004f719
commit
be3f81b90a
355 changed files with 10181 additions and 607 deletions
|
|
@ -48,9 +48,8 @@ SYNOPSIS
|
|||
[--enable-master-global-access] [--enable-multi-networking]
|
||||
[--enable-nested-virtualization] [--enable-network-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-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] [--image-type=IMAGE_TYPE]
|
||||
[--in-transit-encryption=IN_TRANSIT_ENCRYPTION]
|
||||
|
|
@ -133,6 +132,8 @@ SYNOPSIS
|
|||
--resource-usage-bigquery-dataset=RESOURCE_USAGE_BIGQUERY_DATASET]
|
||||
[--enable-private-endpoint
|
||||
--enable-private-nodes --master-ipv4-cidr=MASTER_IPV4_CIDR]
|
||||
[--enable-secret-manager --enable-secret-manager-rotation
|
||||
--secret-manager-rotation-interval=SECRET_MANAGER_ROTATION_INTERVAL]
|
||||
[--ephemeral-storage-local-ssd[=[count=COUNT]]
|
||||
| --local-nvme-ssd-block[=[count=COUNT]]
|
||||
| --local-ssd-count=LOCAL_SSD_COUNT]
|
||||
|
|
@ -733,16 +734,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.
|
||||
|
||||
|
|
@ -2239,6 +2230,22 @@ FLAGS
|
|||
netmask of size /28 and should be used in conjunction with the
|
||||
--enable-private-nodes flag.
|
||||
|
||||
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
|
||||
|
||||
--enable-secret-manager-rotation
|
||||
Enables the rotation of secrets in the Secret Manager CSI driver
|
||||
provider component.
|
||||
|
||||
--secret-manager-rotation-interval=SECRET_MANAGER_ROTATION_INTERVAL
|
||||
Set the rotation period for secrets in the Secret Manager CSI driver
|
||||
provider component. If you don't specify a time interval for the
|
||||
rotation, it will default to a rotation period of two minutes.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--ephemeral-storage-local-ssd[=[count=COUNT]]
|
||||
|
|
|
|||
|
|
@ -26,15 +26,14 @@ SYNOPSIS
|
|||
[--enable-legacy-lustre-port] [--enable-lustre-csi-driver]
|
||||
[--enable-master-global-access] [--enable-multi-networking]
|
||||
[--enable-ray-cluster-logging] [--enable-ray-cluster-monitoring]
|
||||
[--enable-ray-operator] [--enable-secret-manager]
|
||||
[--fleet-project=PROJECT_ID_OR_NUMBER] [--hpa-profile=HPA_PROFILE]
|
||||
[--labels=[KEY=VALUE,...]] [--logging=[COMPONENT,...]]
|
||||
[--monitoring=[COMPONENT,...]] [--network=NETWORK]
|
||||
[--private-endpoint-subnetwork=NAME] [--release-channel=CHANNEL]
|
||||
[--security-group=SECURITY_GROUP] [--security-posture=SECURITY_POSTURE]
|
||||
[--services-ipv4-cidr=CIDR] [--services-secondary-range-name=NAME]
|
||||
[--subnetwork=SUBNETWORK] [--tier=TIER]
|
||||
[--workload-policies=WORKLOAD_POLICIES]
|
||||
[--enable-ray-operator] [--fleet-project=PROJECT_ID_OR_NUMBER]
|
||||
[--hpa-profile=HPA_PROFILE] [--labels=[KEY=VALUE,...]]
|
||||
[--logging=[COMPONENT,...]] [--monitoring=[COMPONENT,...]]
|
||||
[--network=NETWORK] [--private-endpoint-subnetwork=NAME]
|
||||
[--release-channel=CHANNEL] [--security-group=SECURITY_GROUP]
|
||||
[--security-posture=SECURITY_POSTURE] [--services-ipv4-cidr=CIDR]
|
||||
[--services-secondary-range-name=NAME] [--subnetwork=SUBNETWORK]
|
||||
[--tier=TIER] [--workload-policies=WORKLOAD_POLICIES]
|
||||
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[--additive-vpc-scope-dns-domain=ADDITIVE_VPC_SCOPE_DNS_DOMAIN
|
||||
| --disable-additive-vpc-scope]
|
||||
|
|
@ -52,6 +51,8 @@ SYNOPSIS
|
|||
--master-authorized-networks=NETWORK,[NETWORK,...]]
|
||||
[--enable-private-endpoint
|
||||
--enable-private-nodes --master-ipv4-cidr=MASTER_IPV4_CIDR]
|
||||
[--enable-secret-manager --enable-secret-manager-rotation
|
||||
--secret-manager-rotation-interval=SECRET_MANAGER_ROTATION_INTERVAL]
|
||||
[--location=LOCATION | --region=REGION | --zone=ZONE, -z ZONE]
|
||||
[--scopes=[SCOPE,...];
|
||||
default="gke-default" --service-account=SERVICE_ACCOUNT]
|
||||
|
|
@ -345,16 +346,6 @@ FLAGS
|
|||
--enable-ray-operator
|
||||
Enable the Ray Operator GKE add-on. This add-on is disabled by default.
|
||||
|
||||
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
|
||||
|
||||
--fleet-project=PROJECT_ID_OR_NUMBER
|
||||
Sets fleet host project for the cluster. If specified, the current
|
||||
cluster will be registered as a fleet membership under the fleet host
|
||||
|
|
@ -681,6 +672,22 @@ FLAGS
|
|||
netmask of size /28 and should be used in conjunction with the
|
||||
--enable-private-nodes flag.
|
||||
|
||||
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
|
||||
|
||||
--enable-secret-manager-rotation
|
||||
Enables the rotation of secrets in the Secret Manager CSI driver
|
||||
provider component.
|
||||
|
||||
--secret-manager-rotation-interval=SECRET_MANAGER_ROTATION_INTERVAL
|
||||
Set the rotation period for secrets in the Secret Manager CSI driver
|
||||
provider component. If you don't specify a time interval for the
|
||||
rotation, it will default to a rotation period of two minutes.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--location=LOCATION
|
||||
|
|
|
|||
|
|
@ -28,9 +28,9 @@ SYNOPSIS
|
|||
| --enable-legacy-lustre-port | --enable-multi-networking
|
||||
| --enable-network-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
|
||||
| --in-transit-encryption=IN_TRANSIT_ENCRYPTION
|
||||
|
|
@ -111,6 +111,8 @@ SYNOPSIS
|
|||
--enable-insecure-binding-system-unauthenticated
|
||||
| --logging-service=LOGGING_SERVICE
|
||||
--monitoring-service=MONITORING_SERVICE
|
||||
| --[no-]enable-secret-manager --[no-]enable-secret-manager-rotation
|
||||
--secret-manager-rotation-interval=SECRET_MANAGER_ROTATION_INTERVAL
|
||||
| --password=PASSWORD --enable-basic-auth
|
||||
| --username=USERNAME, -u USERNAME) [--async]
|
||||
[--cloud-run-config=[load-balancer-type=EXTERNAL,...]]
|
||||
|
|
@ -463,16 +465,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.
|
||||
|
||||
|
|
@ -1529,6 +1521,25 @@ REQUIRED FLAGS
|
|||
information, please read:
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/configure-metrics.
|
||||
|
||||
Flags for Secret Manager configuration:
|
||||
|
||||
--[no-]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.
|
||||
Use --enable-secret-manager to enable and
|
||||
--no-enable-secret-manager to disable.
|
||||
|
||||
--[no-]enable-secret-manager-rotation
|
||||
Enables the rotation of secrets in the Secret Manager CSI driver
|
||||
provider component. Use --enable-secret-manager-rotation to enable
|
||||
and --no-enable-secret-manager-rotation to disable.
|
||||
|
||||
--secret-manager-rotation-interval=SECRET_MANAGER_ROTATION_INTERVAL
|
||||
Set the rotation period for secrets in the Secret Manager CSI
|
||||
driver provider component. If you don't specify a time interval for
|
||||
the rotation, it will default to a rotation period of two minutes.
|
||||
|
||||
Basic auth
|
||||
|
||||
--password=PASSWORD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue