mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Aug 16 10:49:45 UTC 2023
This commit is contained in:
parent
19bfacfbed
commit
5f3d6bc974
165 changed files with 3881 additions and 596 deletions
|
|
@ -10,7 +10,6 @@ SYNOPSIS
|
|||
--max-pods-per-node=MAX_PODS_PER_NODE --node-version=NODE_VERSION
|
||||
--subnet-id=SUBNET_ID (--max-nodes=MAX_NODES --min-nodes=MIN_NODES)
|
||||
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
|
||||
[--instance-type=INSTANCE_TYPE]
|
||||
[--node-labels=NODE_LABEL,[NODE_LABEL,...]]
|
||||
[--node-taints=NODE_TAINT,[NODE_TAINT,...]]
|
||||
[--root-volume-iops=ROOT_VOLUME_IOPS]
|
||||
|
|
@ -23,6 +22,8 @@ SYNOPSIS
|
|||
[--validate-only]
|
||||
[--autoscaling-metrics-granularity=AUTOSCALING_METRICS_GRANULARITY
|
||||
: --autoscaling-metrics=[AUTOSCALING_METRIC,...]]
|
||||
[--instance-type=INSTANCE_TYPE
|
||||
| --spot-instance-types=[INSTANCE_TYPE,...]]
|
||||
[--proxy-secret-arn=PROXY_SECRET_ARN
|
||||
--proxy-secret-version-id=PROXY_SECRET_VERSION_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -118,11 +119,6 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
Node pool instance configuration
|
||||
|
||||
--instance-type=INSTANCE_TYPE
|
||||
AWS EC2 instance type for the node pool's nodes.
|
||||
|
||||
--node-labels=NODE_LABEL,[NODE_LABEL,...]
|
||||
Labels assigned to nodes of the node pool.
|
||||
|
||||
|
|
@ -181,6 +177,20 @@ OPTIONAL FLAGS
|
|||
If granularity is specified but not any metrics, all metrics are
|
||||
enabled.
|
||||
|
||||
Node pool instance configuration
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--instance-type=INSTANCE_TYPE
|
||||
AWS EC2 instance type for the node pool's nodes.
|
||||
|
||||
--spot-instance-types=[INSTANCE_TYPE,...]
|
||||
List of AWS EC2 instance types for creating a spot node pool's nodes.
|
||||
The specified instance types must have the same number of CPUs and
|
||||
memory. You can use the Amazon EC2 Instance Selector tool
|
||||
(https://github.com/aws/amazon-ec2-instance-selector) to choose
|
||||
instance types with matching CPU and memory configurations.
|
||||
|
||||
Proxy config
|
||||
|
||||
--proxy-secret-arn=PROXY_SECRET_ARN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue