mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
[--control-plane-machine-filter=CONTROL_PLANE_MACHINE_FILTER]
|
||||
[--control-plane-node-count=CONTROL_PLANE_NODE_COUNT]
|
||||
[--control-plane-node-location=CONTROL_PLANE_NODE_LOCATION]
|
||||
[--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]
|
||||
[--external-lb-ipv4-address-pools=[EXTERNAL_LB_IPV4_ADDRESS,...]]
|
||||
|
|
@ -103,6 +104,9 @@ FLAGS
|
|||
Google Edge Cloud zone where the local control plane nodes will be
|
||||
created.
|
||||
|
||||
--control-plane-node-storage-schema=CONTROL_PLANE_NODE_STORAGE_SCHEMA
|
||||
Name for the storage schema of control plane nodes.
|
||||
|
||||
--control-plane-shared-deployment-policy=CONTROL_PLANE_SHARED_DEPLOYMENT_POLICY
|
||||
Policy configuration about how user application is deployed for local
|
||||
control plane cluster. It supports two values, ALLOWED and DISALLOWED.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
--node-count=NODE_COUNT --node-location=NODE_LOCATION [--async]
|
||||
[--labels=[KEY=VALUE,...]] [--local-disk-kms-key=LOCAL_DISK_KMS_KEY]
|
||||
[--lro-timeout=LRO_TIMEOUT] [--machine-filter=MACHINE_FILTER]
|
||||
[--node-labels=[KEY=VALUE,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--node-labels=[KEY=VALUE,...]]
|
||||
[--node-storage-schema=NODE_STORAGE_SCHEMA] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Create an Edge Container node pool.
|
||||
|
|
@ -115,6 +116,9 @@ OPTIONAL FLAGS
|
|||
Comma-delimited list of key-value pairs that comprise labels for the
|
||||
individual nodes in the node pool.
|
||||
|
||||
--node-storage-schema=NODE_STORAGE_SCHEMA
|
||||
Name for the storage schema of worker nodes.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue