mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 30 11:00:00 UTC 2025
This commit is contained in:
parent
4d8dd33b3e
commit
b03a332ad8
196 changed files with 7097 additions and 313 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ SYNOPSIS
|
|||
gpu-partition-size=GPU_PARTITION_SIZE,
|
||||
gpu-sharing-strategy=GPU_SHARING_STRATEGY,
|
||||
max-shared-clients-per-gpu=MAX_SHARED_CLIENTS_PER_GPU],...]
|
||||
| --confidential-node-type=CONFIDENTIAL_NODE_TYPE
|
||||
| --containerd-config-from-file=PATH_TO_FILE
|
||||
| --enable-confidential-nodes | --enable-gvnic
|
||||
| --enable-image-streaming | --enable-insecure-kubelet-readonly-port
|
||||
|
|
@ -101,6 +102,11 @@ REQUIRED FLAGS
|
|||
on the node. This field is used together with
|
||||
gpu-sharing-strategy.
|
||||
|
||||
--confidential-node-type=CONFIDENTIAL_NODE_TYPE
|
||||
Recreate all the nodes in the node pool to be 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue