mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +00:00
gcloud: Thu Mar 26 12:11:21 UTC 2026
This commit is contained in:
parent
c0febd2be1
commit
89a3bc9276
1093 changed files with 69108 additions and 2686 deletions
|
|
@ -20,6 +20,7 @@ SYNOPSIS
|
|||
[--boot-disk-provisioned-iops=BOOT_DISK_PROVISIONED_IOPS]
|
||||
[--boot-disk-provisioned-throughput=BOOT_DISK_PROVISIONED_THROUGHPUT]
|
||||
[--cluster=CLUSTER] [--confidential-node-type=CONFIDENTIAL_NODE_TYPE]
|
||||
[--consolidation-delay=CONSOLIDATION_DELAY]
|
||||
[--containerd-config-from-file=PATH_TO_FILE]
|
||||
[--data-cache-count=DATA_CACHE_COUNT]
|
||||
[--disable-pod-cidr-overprovision] [--disk-size=DISK_SIZE]
|
||||
|
|
@ -239,6 +240,13 @@ FLAGS
|
|||
https://docs.cloud.google.com/compute/docs/about-confidential-vm.
|
||||
CONFIDENTIAL_NODE_TYPE must be one of: sev, sev_snp, tdx, disabled.
|
||||
|
||||
--consolidation-delay=CONSOLIDATION_DELAY
|
||||
Set the duration after which the Cluster Autoscaler can scale down
|
||||
underutilized nodes.
|
||||
|
||||
$ gcloud beta container node-pools create node-pool-1 \
|
||||
--cluster=example-cluster --consolidation-delay=3600s
|
||||
|
||||
--containerd-config-from-file=PATH_TO_FILE
|
||||
Path of the YAML file that contains containerd configuration entries
|
||||
like configuring access to private image registries.
|
||||
|
|
@ -836,7 +844,11 @@ FLAGS
|
|||
topologyManager:
|
||||
policy: BestEffort
|
||||
scope: pod
|
||||
crashLoopBackOff:
|
||||
maxContainerRestartPeriod: '300s'
|
||||
linuxConfig:
|
||||
accurateTimeConfig:
|
||||
enablePtpKvmTimeSync: true
|
||||
sysctl:
|
||||
net.core.somaxconn: '2048'
|
||||
net.ipv4.tcp_rmem: '4096 87380 6291456'
|
||||
|
|
@ -916,6 +928,8 @@ FLAGS
|
|||
singleProcessOomKill true or false
|
||||
maxParallelImagePulls integer (The value must be
|
||||
between [2, 5].)
|
||||
crashLoopBackOff specify crashloopbackoff
|
||||
thresholds
|
||||
|
||||
List of supported keys in memoryManager in 'kubeletConfig'.
|
||||
|
||||
|
|
@ -1015,6 +1029,16 @@ FLAGS
|
|||
available. The value must be positive and
|
||||
no more than 10%.)
|
||||
|
||||
List of supported keys in crashLoopBackOff in 'kubeletConfig'.
|
||||
|
||||
KEY VALUE
|
||||
maxContainerRestartPeriod duration (e.g., '30s',
|
||||
'1m'. The maximum duration
|
||||
the backoff delay can
|
||||
accrue to for container
|
||||
restarts. The value must
|
||||
be between [1s, 300s].)
|
||||
|
||||
List of supported sysctls in 'linuxConfig'.
|
||||
|
||||
KEY VALUE
|
||||
|
|
@ -1142,6 +1166,11 @@ FLAGS
|
|||
vm.min_free_kbytes Must be between
|
||||
[67584, 1048576]
|
||||
|
||||
List of supported keys in 'accurateTimeConfig' under 'linuxConfig'.
|
||||
|
||||
KEY VALUE
|
||||
enablePtpKvmTimeSync boolean
|
||||
|
||||
List of supported hugepage size in 'hugepageConfig'.
|
||||
|
||||
KEY VALUE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue