1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Feb 26 10:38:18 UTC 2025

This commit is contained in:
Automated 2025-02-26 10:38:18 +00:00
parent 8d1a988ab5
commit a597993b2e
186 changed files with 5629 additions and 923 deletions

View file

@ -7,6 +7,7 @@ SYNOPSIS
(CLUSTER : --location=LOCATION) [--admin-users=ADMIN_USERS] [--async]
[--cluster-ipv4-cidr=CLUSTER_IPV4_CIDR; default="10.0.0.0/17"]
[--cluster-ipv6-cidr=CLUSTER_IPV6_CIDR]
[--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]
@ -89,6 +90,10 @@ FLAGS
If specified, all pods in the cluster are assigned an RFC4193 IPv6
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