mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Oct 26 10:52:11 UTC 2022
This commit is contained in:
parent
5c08d21169
commit
235c67283b
215 changed files with 6787 additions and 1005 deletions
|
|
@ -33,7 +33,7 @@ SYNOPSIS
|
|||
[--enable-master-global-access] [--enable-network-policy]
|
||||
[--enable-pod-security-policy] [--enable-service-externalips]
|
||||
[--enable-shielded-nodes] [--enable-stackdriver-kubernetes]
|
||||
[--enable-vertical-pod-autoscaling]
|
||||
[--enable-vertical-pod-autoscaling] [--gateway-api=GATEWAY_API]
|
||||
[--identity-provider=IDENTITY_PROVIDER] [--image-type=IMAGE_TYPE]
|
||||
[--ipv6-access-type=IPV6_ACCESS_TYPE] [--issue-client-certificate]
|
||||
[--istio-config=[auth=MTLS_PERMISSIVE,...]] [--labels=[KEY=VALUE,...]]
|
||||
|
|
@ -532,6 +532,19 @@ FLAGS
|
|||
--enable-vertical-pod-autoscaling
|
||||
Enable vertical pod autoscaling for a cluster.
|
||||
|
||||
--gateway-api=GATEWAY_API
|
||||
Enables GKE Gateway controller in this cluster. The value of the flag
|
||||
specifies which Open Source Gateway API release channel will be used to
|
||||
define Gateway resources. GATEWAY_API must be one of:
|
||||
|
||||
disabled
|
||||
Gateway controller will be disabled in the cluster.
|
||||
|
||||
standard
|
||||
Gateway controller will be enabled in the cluster. Resource
|
||||
definitions from the standard OSS Gateway API release channel will
|
||||
be installed.
|
||||
|
||||
--identity-provider=IDENTITY_PROVIDER
|
||||
Enable 3P identity provider on the cluster.
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@ SYNOPSIS
|
|||
| --enable-network-policy | --enable-pod-security-policy
|
||||
| --enable-service-externalips | --enable-shielded-nodes
|
||||
| --enable-stackdriver-kubernetes | --enable-vertical-pod-autoscaling
|
||||
| --generate-password | --identity-provider=IDENTITY_PROVIDER
|
||||
| --gateway-api=GATEWAY_API | --generate-password
|
||||
| --identity-provider=IDENTITY_PROVIDER
|
||||
| --logging-variant=LOGGING_VARIANT | --maintenance-window=START_TIME
|
||||
| --notification-config=[pubsub=ENABLED|DISABLED,
|
||||
pubsub-topic=TOPIC,...]
|
||||
|
|
@ -310,6 +311,19 @@ REQUIRED FLAGS
|
|||
--enable-vertical-pod-autoscaling
|
||||
Enable vertical pod autoscaling for a cluster.
|
||||
|
||||
--gateway-api=GATEWAY_API
|
||||
Enables GKE Gateway controller in this cluster. The value of the flag
|
||||
specifies which Open Source Gateway API release channel will be used
|
||||
to define Gateway resources. GATEWAY_API must be one of:
|
||||
|
||||
disabled
|
||||
Gateway controller will be disabled in the cluster.
|
||||
|
||||
standard
|
||||
Gateway controller will be enabled in the cluster. Resource
|
||||
definitions from the standard OSS Gateway API release channel
|
||||
will be installed.
|
||||
|
||||
--generate-password
|
||||
Ask the server to generate a secure password and use that as the
|
||||
basic auth password, keeping the existing username.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue