mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue