mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -38,7 +38,7 @@ SYNOPSIS
|
|||
| --logging-variant=LOGGING_VARIANT | --maintenance-window=START_TIME
|
||||
| --network-performance-configs=[PROPERTY1=VALUE1,...]
|
||||
| --notification-config=[pubsub=ENABLED|DISABLED,
|
||||
pubsub-topic=TOPIC,...]
|
||||
pubsub-topic=TOPIC,...] | --patch-update=[PATCH_UPDATE]
|
||||
| --private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE
|
||||
| --release-channel=[CHANNEL] | --remove-labels=[KEY,...]
|
||||
| --remove-workload-policies=REMOVE_WORKLOAD_POLICIES
|
||||
|
|
@ -618,6 +618,17 @@ REQUIRED FLAGS
|
|||
The project of the Pub/Sub topic must be the same one as the cluster.
|
||||
It can be either the project ID or the project number.
|
||||
|
||||
--patch-update=[PATCH_UPDATE]
|
||||
The patch update to use for the cluster.
|
||||
|
||||
Setting to 'accelerated' automatically upgrades the cluster to the
|
||||
latest patch available within the cluster's current minor version and
|
||||
release channel. Setting to 'default' automatically upgrades the
|
||||
cluster to the default patch upgrade targetversion available within
|
||||
the cluster's current minor version and release channel.
|
||||
|
||||
PATCH_UPDATE must be one of: accelerated, default.
|
||||
|
||||
--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE
|
||||
Sets the type of private access to Google services over IPv6.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue