mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Sep 27 12:05:40 UTC 2023
This commit is contained in:
parent
54eca12593
commit
6c60d7f07f
256 changed files with 8313 additions and 442 deletions
|
|
@ -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]
|
||||
[--control-plane-kms-key=CONTROL_PLANE_KMS_KEY]
|
||||
[--control-plane-machine-filter=CONTROL_PLANE_MACHINE_FILTER]
|
||||
[--control-plane-node-count=CONTROL_PLANE_NODE_COUNT]
|
||||
[--control-plane-node-location=CONTROL_PLANE_NODE_LOCATION]
|
||||
|
|
@ -84,6 +85,14 @@ FLAGS
|
|||
If specified, all pods in the cluster are assigned an RFC4193 IPv6
|
||||
address from this block. This field cannot be changed after creation.
|
||||
|
||||
--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
|
||||
Container service account for this project must have
|
||||
roles/cloudkms.cryptoKeyEncrypterDecrypter on the key.
|
||||
|
||||
If not provided, a Google-managed key will be used by default.
|
||||
|
||||
--control-plane-machine-filter=CONTROL_PLANE_MACHINE_FILTER
|
||||
Only machines matching this filter will be allowed to host local
|
||||
control plane nodes. The filtering language accepts strings like
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue