mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 16 10:41:40 UTC 2025
This commit is contained in:
parent
4637d39593
commit
b589c4c4ad
316 changed files with 13928 additions and 1163 deletions
|
|
@ -15,6 +15,7 @@ SYNOPSIS
|
|||
[--control-plane-node-storage-schema=CONTROL_PLANE_NODE_STORAGE_SCHEMA]
|
||||
[--control-plane-shared-deployment-policy=CONTROL_PLANE_SHARED_DEPLOYMENT_POLICY]
|
||||
[--default-max-pods-per-node=DEFAULT_MAX_PODS_PER_NODE]
|
||||
[--enable-cluster-isolation=ENABLE_CLUSTER_ISOLATION]
|
||||
[--external-lb-address-pools=EXTERNAL_LB_ADDRESS_POOLS]
|
||||
[--external-lb-ipv4-address-pools=[EXTERNAL_LB_IPV4_ADDRESS,...]]
|
||||
[--external-lb-ipv6-address-pools=[EXTERNAL_LB_IPV6_ADDRESS,...]]
|
||||
|
|
@ -131,6 +132,9 @@ FLAGS
|
|||
--default-max-pods-per-node=DEFAULT_MAX_PODS_PER_NODE
|
||||
The default maximum number of pods per node.
|
||||
|
||||
--enable-cluster-isolation=ENABLE_CLUSTER_ISOLATION
|
||||
If set, the cluster will be created in a secure cluster isolation mode.
|
||||
|
||||
--external-lb-address-pools=EXTERNAL_LB_ADDRESS_POOLS
|
||||
Path to a YAML/JSON file containing external load balancer pool
|
||||
configuration. External load balancer pools are used for data plane
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ SYNOPSIS
|
|||
gcloud alpha edge-cloud container clusters update
|
||||
(CLUSTER : --location=LOCATION) [--async]
|
||||
[--container-default-runtime-class=CONTAINER_DEFAULT_RUNTIME_CLASS]
|
||||
[--enable-cluster-isolation=ENABLE_CLUSTER_ISOLATION]
|
||||
[--offline-reboot-ttl=OFFLINE_REBOOT_TTL]
|
||||
[--release-channel=RELEASE_CHANNEL]
|
||||
[--clear-maintenance-window
|
||||
|
|
@ -69,6 +70,10 @@ FLAGS
|
|||
If set, use the specified default container runtime class for the
|
||||
cluster.
|
||||
|
||||
--enable-cluster-isolation=ENABLE_CLUSTER_ISOLATION
|
||||
If set to true, the cluster will be created in a secure cluster
|
||||
isolation mode.
|
||||
|
||||
--offline-reboot-ttl=OFFLINE_REBOOT_TTL
|
||||
Specifies the maximum duration a node can reboot offline (without
|
||||
connection to Google) and then rejoin its cluster to resume its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue