mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
gcloud: Wed Mar 19 10:42:21 UTC 2025
This commit is contained in:
parent
a459a88a5f
commit
e555fef0aa
170 changed files with 6428 additions and 659 deletions
|
|
@ -678,6 +678,11 @@ FLAGS
|
|||
|
||||
kubeletConfig:
|
||||
cpuManagerPolicy: static
|
||||
memoryManager:
|
||||
policy: Static
|
||||
topologyManager:
|
||||
policy: BestEffort
|
||||
scope: pod
|
||||
linuxConfig:
|
||||
sysctl:
|
||||
net.core.somaxconn: '2048'
|
||||
|
|
@ -694,6 +699,9 @@ FLAGS
|
|||
cpuCFSQuota true or false (enabled by
|
||||
default)
|
||||
cpuCFSQuotaPeriod interval (e.g., '100ms')
|
||||
memoryManager specify memory manager policy
|
||||
topologyManager specify topology manager policy
|
||||
and scope
|
||||
podPidsLimit integer (The value must be
|
||||
greater than or equal to 1024 and
|
||||
less than 4194304.)
|
||||
|
|
@ -720,6 +728,17 @@ FLAGS
|
|||
'fs.mqueue.*', and 'net.*', and
|
||||
sysctls under the groups.)
|
||||
|
||||
KEY VALUE
|
||||
policy either 'Static' or 'None'
|
||||
|
||||
KEY VALUE
|
||||
policy either 'none' or
|
||||
'best-effort' or
|
||||
'single-numa-node' or
|
||||
'restricted'
|
||||
scope either 'pod' or
|
||||
'container'
|
||||
|
||||
List of supported sysctls in 'linuxConfig'.
|
||||
|
||||
KEY VALUE
|
||||
|
|
@ -743,7 +762,7 @@ FLAGS
|
|||
integer tuple
|
||||
net.ipv4.tcp_wmem Any positive
|
||||
integer tuple
|
||||
net.ipv4.tcp_tw_reuse Must be {0, 1}
|
||||
net.ipv4.tcp_tw_reuse Must be {0, 1, 2}
|
||||
net.netfilter.nf_conntrack_max Must be between
|
||||
[65536, 4194304]
|
||||
net.netfilter.nf_conntrack_buckets Must be between
|
||||
|
|
|
|||
|
|
@ -276,6 +276,11 @@ REQUIRED FLAGS
|
|||
|
||||
kubeletConfig:
|
||||
cpuManagerPolicy: static
|
||||
memoryManager:
|
||||
policy: Static
|
||||
topologyManager:
|
||||
policy: BestEffort
|
||||
scope: pod
|
||||
linuxConfig:
|
||||
sysctl:
|
||||
net.core.somaxconn: '2048'
|
||||
|
|
@ -292,6 +297,9 @@ REQUIRED FLAGS
|
|||
cpuCFSQuota true or false (enabled by
|
||||
default)
|
||||
cpuCFSQuotaPeriod interval (e.g., '100ms')
|
||||
memoryManager specify memory manager policy
|
||||
topologyManager specify topology manager policy
|
||||
and scope
|
||||
podPidsLimit integer (The value must be
|
||||
greater than or equal to 1024
|
||||
and less than 4194304.)
|
||||
|
|
@ -321,6 +329,18 @@ REQUIRED FLAGS
|
|||
'fs.mqueue.*', and 'net.*', and
|
||||
sysctls under the groups.)
|
||||
|
||||
KEY VALUE
|
||||
policy either 'Static' or
|
||||
'None'
|
||||
|
||||
KEY VALUE
|
||||
policy either 'none' or
|
||||
'best-effort' or
|
||||
'single-numa-node' or
|
||||
'restricted'
|
||||
scope either 'pod' or
|
||||
'container'
|
||||
|
||||
List of supported sysctls in 'linuxConfig'.
|
||||
|
||||
KEY VALUE
|
||||
|
|
@ -349,7 +369,8 @@ REQUIRED FLAGS
|
|||
integer tuple
|
||||
net.ipv4.tcp_wmem Any positive
|
||||
integer tuple
|
||||
net.ipv4.tcp_tw_reuse Must be {0, 1}
|
||||
net.ipv4.tcp_tw_reuse Must be {0, 1,
|
||||
2}
|
||||
net.netfilter.nf_conntrack_max Must be between
|
||||
[65536, 4194304]
|
||||
net.netfilter.nf_conntrack_buckets Must be between
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue