mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 2 10:41:45 UTC 2025
This commit is contained in:
parent
be9483c980
commit
4637d39593
282 changed files with 9293 additions and 700 deletions
|
|
@ -46,7 +46,7 @@ SYNOPSIS
|
|||
[--enable-service-externalips] [--enable-shielded-nodes]
|
||||
[--enable-stackdriver-kubernetes] [--enable-vertical-pod-autoscaling]
|
||||
[--fleet-project=PROJECT_ID_OR_NUMBER] [--gateway-api=GATEWAY_API]
|
||||
[--image-type=IMAGE_TYPE]
|
||||
[--hpa-profile=HPA_PROFILE] [--image-type=IMAGE_TYPE]
|
||||
[--in-transit-encryption=IN_TRANSIT_ENCRYPTION]
|
||||
[--ipv6-access-type=IPV6_ACCESS_TYPE] [--issue-client-certificate]
|
||||
[--labels=[KEY=VALUE,...]] [--logging=[COMPONENT,...]]
|
||||
|
|
@ -724,6 +724,11 @@ FLAGS
|
|||
definitions from the standard OSS Gateway API release channel will
|
||||
be installed.
|
||||
|
||||
--hpa-profile=HPA_PROFILE
|
||||
Set Horizontal Pod Autoscaler behavior. Accepted values are: none,
|
||||
performance. For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/horizontal-pod-autoscaling#hpa-profile.
|
||||
|
||||
--image-type=IMAGE_TYPE
|
||||
The image type to use for the cluster. Defaults to server-specified.
|
||||
|
||||
|
|
|
|||
|
|
@ -24,13 +24,14 @@ SYNOPSIS
|
|||
[--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] [--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]
|
||||
[--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]
|
||||
|
|
@ -318,6 +319,11 @@ FLAGS
|
|||
Example: $ gcloud container clusters create-auto
|
||||
--fleet-project=my-project
|
||||
|
||||
--hpa-profile=HPA_PROFILE
|
||||
Set Horizontal Pod Autoscaler behavior. Accepted values are: none,
|
||||
performance. For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/horizontal-pod-autoscaling#hpa-profile.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
Labels to apply to the Google Cloud resources in use by the Kubernetes
|
||||
Engine cluster. These are unrelated to Kubernetes labels.
|
||||
|
|
|
|||
|
|
@ -29,7 +29,8 @@ SYNOPSIS
|
|||
| --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 | --in-transit-encryption=IN_TRANSIT_ENCRYPTION
|
||||
| --generate-password | --hpa-profile=HPA_PROFILE
|
||||
| --in-transit-encryption=IN_TRANSIT_ENCRYPTION
|
||||
| --logging-variant=LOGGING_VARIANT | --maintenance-window=START_TIME
|
||||
| --network-performance-configs=[PROPERTY1=VALUE1,...]
|
||||
| --node-locations=ZONE,[ZONE,...]
|
||||
|
|
@ -480,6 +481,11 @@ REQUIRED FLAGS
|
|||
Ask the server to generate a secure password and use that as the
|
||||
basic auth password, keeping the existing username.
|
||||
|
||||
--hpa-profile=HPA_PROFILE
|
||||
Set Horizontal Pod Autoscaler behavior. Accepted values are: none,
|
||||
performance. For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/horizontal-pod-autoscaling#hpa-profile.
|
||||
|
||||
--in-transit-encryption=IN_TRANSIT_ENCRYPTION
|
||||
Enable Dataplane V2 in-transit encryption. Dataplane v2 in-transit
|
||||
encryption is disabled by default. IN_TRANSIT_ENCRYPTION must be one
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue