1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed Sep 17 11:04:06 UTC 2025

This commit is contained in:
Automated 2025-09-17 11:04:06 +00:00
parent 78d417f901
commit 79c9fb4d92
193 changed files with 12122 additions and 1486 deletions

View file

@ -764,6 +764,10 @@ FLAGS
hugepageConfig:
hugepage_size2m: '1024'
hugepage_size1g: '2'
swapConfig:
enabled: true
bootDiskProfile:
swapSizeGib: 8
cgroupMode: 'CGROUP_MODE_V2'
List of supported kubelet configs in 'kubeletConfig'.
@ -1006,6 +1010,46 @@ FLAGS
hugepage_size2m Number of 2M huge pages, any positive integer
hugepage_size1g Number of 1G huge pages, any positive integer
List of supported keys in 'swapConfig' under 'linuxConfig'.
KEY VALUE
enabled boolean
encryptionConfig specify encryption
settings for the swap
space
bootDiskProfile specify swap on the node's
boot disk
ephemeralLocalSsdProfile specify swap on the local
SSD shared with pod
ephemeral storage
dedicatedLocalSsdProfile specify swap on a new,
separate local NVMe SSD
exclusively for swap
List of supported keys in 'encryptionConfig' under 'swapConfig'.
KEY VALUE
disabled boolean
List of supported keys in 'bootDiskProfile' under 'swapConfig'.
KEY VALUE
swapSizeGib integer
swapSizePercent integer
List of supported keys in 'ephemeralLocalSsdProfile' under
'swapConfig'.
KEY VALUE
swapSizeGib integer
swapSizePercent integer
List of supported keys in 'dedicatedLocalSsdProfile' under
'swapConfig'.
KEY VALUE
diskCount integer
Allocated hugepage size should not exceed 60% of available memory on
the node. For example, c2d-highcpu-4 has 8GB memory, total allocated
hugepage of 2m and 1g should not exceed 8GB * 0.6 = 4.8GB.