mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Thu Sep 7 10:42:28 UTC 2023
This commit is contained in:
parent
f9edf67fe5
commit
6c8d2eb024
307 changed files with 4053 additions and 1615 deletions
|
|
@ -10,7 +10,7 @@ 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]
|
||||
[--node-labels=NODE_LABEL,[NODE_LABEL,...]]
|
||||
[--enable-autorepair] [--node-labels=NODE_LABEL,[NODE_LABEL,...]]
|
||||
[--node-taints=NODE_TAINT,[NODE_TAINT,...]]
|
||||
[--root-volume-iops=ROOT_VOLUME_IOPS]
|
||||
[--root-volume-kms-key-arn=ROOT_VOLUME_KMS_KEY_ARN]
|
||||
|
|
@ -119,6 +119,14 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--enable-autorepair
|
||||
Enable node autorepair feature for a node pool. Use
|
||||
--no-enable-autorepair to disable.
|
||||
|
||||
$ gcloud container aws node-pools create --enable-autorepair
|
||||
|
||||
Node autorepair is disabled by default.
|
||||
|
||||
--node-labels=NODE_LABEL,[NODE_LABEL,...]
|
||||
Labels assigned to the node pool's nodes.
|
||||
|
||||
|
|
@ -186,10 +194,10 @@ OPTIONAL FLAGS
|
|||
|
||||
--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.
|
||||
The specified instance types must have the same CPU architecture, 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue