mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
gcloud: Fri Mar 24 11:31:22 UTC 2023
This commit is contained in:
parent
a4bd29dd06
commit
4ccfc7a5e3
142 changed files with 4081 additions and 397 deletions
|
|
@ -5,12 +5,12 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container clusters update NAME
|
||||
(--autoprovisioning-network-tags=[TAGS,...]
|
||||
| --autoscaling-profile=AUTOSCALING_PROFILE
|
||||
| --autoscaling-profile=AUTOSCALING_PROFILE | --clear-fleet-project
|
||||
| --complete-credential-rotation | --complete-ip-rotation
|
||||
| --database-encryption-key=DATABASE_ENCRYPTION_KEY
|
||||
| --disable-database-encryption | --disable-default-snat
|
||||
| --disable-workload-identity | --enable-autoscaling
|
||||
| --enable-cost-allocation | --enable-gke-oidc
|
||||
| --enable-cost-allocation | --enable-fleet | --enable-gke-oidc
|
||||
| --enable-google-cloud-access | --enable-identity-service
|
||||
| --enable-image-streaming | --enable-intra-node-visibility
|
||||
| --enable-l4-ilb-subsetting | --enable-legacy-authorization
|
||||
|
|
@ -19,7 +19,8 @@ SYNOPSIS
|
|||
| --enable-network-policy | --enable-pod-security-policy
|
||||
| --enable-private-endpoint | --enable-service-externalips
|
||||
| --enable-shielded-nodes | --enable-stackdriver-kubernetes
|
||||
| --enable-vertical-pod-autoscaling | --gateway-api=GATEWAY_API
|
||||
| --enable-vertical-pod-autoscaling
|
||||
| --fleet-project=PROJECT_ID_OR_NUMBER | --gateway-api=GATEWAY_API
|
||||
| --generate-password | --identity-provider=IDENTITY_PROVIDER
|
||||
| --logging-variant=LOGGING_VARIANT | --maintenance-window=START_TIME
|
||||
| --notification-config=[pubsub=ENABLED|DISABLED,
|
||||
|
|
@ -117,6 +118,10 @@ REQUIRED FLAGS
|
|||
Set autoscaling behaviour, choices are 'optimize-utilization' and
|
||||
'balanced'. Default is 'balanced'.
|
||||
|
||||
--clear-fleet-project
|
||||
Remove the cluster from current fleet host project. Example: $ gcloud
|
||||
alpha container clusters update --clear-fleet-project
|
||||
|
||||
--complete-credential-rotation
|
||||
Complete the IP and credential rotation for this cluster. For
|
||||
example:
|
||||
|
|
@ -200,6 +205,12 @@ REQUIRED FLAGS
|
|||
|
||||
Use --no-enable-cost-allocation to disable this feature.
|
||||
|
||||
--enable-fleet
|
||||
Set cluster project as the fleet host project. This will register the
|
||||
cluster to the same project. To register the cluster to a fleet in a
|
||||
different project, please use --fleet-project=FLEET_HOST_PROJECT.
|
||||
Example: $ gcloud alpha container clusters update --enable-fleet
|
||||
|
||||
--enable-gke-oidc
|
||||
(DEPRECATED) Enable GKE OIDC authentication on the cluster.
|
||||
|
||||
|
|
@ -323,6 +334,14 @@ REQUIRED FLAGS
|
|||
--enable-vertical-pod-autoscaling
|
||||
Enable vertical pod autoscaling for a cluster.
|
||||
|
||||
--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
|
||||
project.
|
||||
|
||||
Example: $ gcloud alpha container clusters update
|
||||
--fleet-project=my-project
|
||||
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue