mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Sep 17 11:04:06 UTC 2025
This commit is contained in:
parent
78d417f901
commit
79c9fb4d92
193 changed files with 12122 additions and 1486 deletions
|
|
@ -1393,6 +1393,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'.
|
||||
|
|
@ -1635,6 +1639,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.
|
||||
|
|
@ -1715,8 +1759,11 @@ FLAGS
|
|||
disable simultaneous multithreading (SMT) set this to 1.
|
||||
|
||||
--tier=TIER
|
||||
Set the desired tier for the cluster. TIER must be one of: standard,
|
||||
enterprise.
|
||||
(DEPRECATED) Set the desired tier for the cluster.
|
||||
|
||||
The --tier flag is deprecated. More info:
|
||||
https://cloud.google.com/kubernetes-engine/docs/release-notes#September_02_2025.
|
||||
TIER must be one of: standard, enterprise.
|
||||
|
||||
--workload-metadata=WORKLOAD_METADATA
|
||||
Type of metadata server available to pods running in the node pool.
|
||||
|
|
|
|||
|
|
@ -508,8 +508,11 @@ FLAGS
|
|||
Cannot be used with the "--create-subnetwork" option.
|
||||
|
||||
--tier=TIER
|
||||
Set the desired tier for the cluster. TIER must be one of: standard,
|
||||
enterprise.
|
||||
(DEPRECATED) Set the desired tier for the cluster.
|
||||
|
||||
The --tier flag is deprecated. More info:
|
||||
https://cloud.google.com/kubernetes-engine/docs/release-notes#September_02_2025.
|
||||
TIER must be one of: standard, enterprise.
|
||||
|
||||
--workload-policies=WORKLOAD_POLICIES
|
||||
Add Autopilot workload policies to the cluster.
|
||||
|
|
|
|||
|
|
@ -770,8 +770,11 @@ REQUIRED FLAGS
|
|||
https://cloud.google.com/kubernetes-engine/docs/how-to/ip-rotation.
|
||||
|
||||
--tier=TIER
|
||||
Set the desired tier for the cluster. TIER must be one of: standard,
|
||||
enterprise.
|
||||
(DEPRECATED) Set the desired tier for the cluster.
|
||||
|
||||
The --tier flag is deprecated. More info:
|
||||
https://cloud.google.com/kubernetes-engine/docs/release-notes#September_02_2025.
|
||||
TIER must be one of: standard, enterprise.
|
||||
|
||||
--update-addons=[ADDON=ENABLED|DISABLED,...]
|
||||
Cluster addons to enable or disable. Options are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue