1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Apr 30 11:00:00 UTC 2025

This commit is contained in:
Automated 2025-04-30 11:00:00 +00:00
parent 4d8dd33b3e
commit b03a332ad8
196 changed files with 7097 additions and 313 deletions

View file

@ -15,6 +15,7 @@ SYNOPSIS
pod-ipv4-range=SECONDARY_RANGE_NAME,
[max-pods-per-node=NUM_PODS],...]] [--async]
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY] [--cluster=CLUSTER]
[--confidential-node-type=CONFIDENTIAL_NODE_TYPE]
[--containerd-config-from-file=PATH_TO_FILE]
[--data-cache-count=DATA_CACHE_COUNT]
[--disable-pod-cidr-overprovision] [--disk-size=DISK_SIZE]
@ -194,6 +195,12 @@ FLAGS
The cluster to add the node pool to. Overrides the default
container/cluster property value for this command invocation.
--confidential-node-type=CONFIDENTIAL_NODE_TYPE
Enable confidential nodes for the node pool. Enabling Confidential
Nodes will create nodes using Confidential VM
https://cloud.google.com/compute/confidential-vm/docs/about-cvm.
CONFIDENTIAL_NODE_TYPE must be one of: sev, sev_snp, tdx, disabled.
--containerd-config-from-file=PATH_TO_FILE
Path of the YAML file that contains containerd configuration entries
like configuring access to private image registries.