mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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
|
|
@ -74,6 +74,7 @@ SYNOPSIS
|
|||
[--node-version=NODE_VERSION]
|
||||
[--notification-config=[pubsub=ENABLED|DISABLED,
|
||||
pubsub-topic=TOPIC,...]] [--num-nodes=NUM_NODES; default=3]
|
||||
[--patch-update=[PATCH_UPDATE]]
|
||||
[--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT]
|
||||
[--placement-policy=PLACEMENT_POLICY] [--placement-type=PLACEMENT_TYPE]
|
||||
[--preemptible] [--private-endpoint-subnetwork=NAME]
|
||||
|
|
@ -1102,6 +1103,17 @@ FLAGS
|
|||
--num-nodes=NUM_NODES; default=3
|
||||
The number of nodes to be created in each of the cluster's zones.
|
||||
|
||||
--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.
|
||||
|
||||
--performance-monitoring-unit=PERFORMANCE_MONITORING_UNIT
|
||||
Sets the Performance Monitoring Unit level. Valid values are
|
||||
architectural, standard and enhanced. PERFORMANCE_MONITORING_UNIT must
|
||||
|
|
|
|||
|
|
@ -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