mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -6,6 +6,7 @@ SYNOPSIS
|
|||
gcloud edge-cloud container clusters create (CLUSTER : --location=LOCATION)
|
||||
[--admin-users=ADMIN_USERS] [--async]
|
||||
[--cluster-ipv4-cidr=CLUSTER_IPV4_CIDR; default="10.0.0.0/17"]
|
||||
[--container-default-runtime-class=CONTAINER_DEFAULT_RUNTIME_CLASS]
|
||||
[--control-plane-kms-key=CONTROL_PLANE_KMS_KEY]
|
||||
[--control-plane-machine-filter=CONTROL_PLANE_MACHINE_FILTER]
|
||||
[--control-plane-node-count=CONTROL_PLANE_NODE_COUNT]
|
||||
|
|
@ -81,6 +82,10 @@ FLAGS
|
|||
All pods in the cluster are assigned an RFC1918 IPv4 address from this
|
||||
block. This field cannot be changed after creation.
|
||||
|
||||
--container-default-runtime-class=CONTAINER_DEFAULT_RUNTIME_CLASS
|
||||
Name of the default runtime class for containers. It supports two
|
||||
values RUNC and GVISOR.
|
||||
|
||||
--control-plane-kms-key=CONTROL_PLANE_KMS_KEY
|
||||
Google Cloud KMS key that will be used to secure persistent disks of
|
||||
the control plane VMs of a remote control plane cluster. The Edge
|
||||
|
|
|
|||
|
|
@ -114,7 +114,8 @@ OPTIONAL FLAGS
|
|||
|
||||
--node-labels=[KEY=VALUE,...]
|
||||
Comma-delimited list of key-value pairs that comprise labels for the
|
||||
individual nodes in the node pool.
|
||||
individual nodes in the node pool. This flag sets the Kubernetes
|
||||
labels, unlike --labels which sets the cloud resource labels.
|
||||
|
||||
--node-storage-schema=NODE_STORAGE_SCHEMA
|
||||
Name for the storage schema of worker nodes.
|
||||
|
|
|
|||
|
|
@ -86,7 +86,9 @@ FLAGS
|
|||
|
||||
--node-labels=[KEY=VALUE,...]
|
||||
Comma-delimited list of key-value pairs that comprise labels for the
|
||||
individual nodes in the node pool.
|
||||
individual nodes in the node pool. This flag updates the Kubernetes
|
||||
labels, unlike --update-labels, --remove-labels, and --clear-labels
|
||||
which update the cloud resource labels.
|
||||
|
||||
--update-labels=[KEY=VALUE,...]
|
||||
List of label KEY=VALUE pairs to update. If a label exists, its value
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud edge-cloud container clusters update (CLUSTER : --location=LOCATION)
|
||||
[--async] [--offline-reboot-ttl=OFFLINE_REBOOT_TTL]
|
||||
[--async]
|
||||
[--container-default-runtime-class=CONTAINER_DEFAULT_RUNTIME_CLASS]
|
||||
[--offline-reboot-ttl=OFFLINE_REBOOT_TTL]
|
||||
[--release-channel=RELEASE_CHANNEL]
|
||||
[--clear-maintenance-window
|
||||
| --remove-maintenance-exclusion-window=REMOVE_MAINTENANCE_EXCLUSION_WINDOW | --add-maintenance-exclusion-end=ADD_MAINTENANCE_EXCLUSION_END --add-maintenance-exclusion-name=ADD_MAINTENANCE_EXCLUSION_NAME --add-maintenance-exclusion-start=ADD_MAINTENANCE_EXCLUSION_START | --maintenance-window-end=MAINTENANCE_WINDOW_END --maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE --maintenance-window-start=MAINTENANCE_WINDOW_START]
|
||||
|
|
@ -61,6 +63,10 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--container-default-runtime-class=CONTAINER_DEFAULT_RUNTIME_CLASS
|
||||
If set, use the specified default container runtime class for the
|
||||
cluster.
|
||||
|
||||
--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