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

gcloud: Wed Apr 6 08:36:53 UTC 2022

This commit is contained in:
Automated 2022-04-06 08:36:53 +00:00
parent 9bf28f1efe
commit f88a614da8
221 changed files with 7174 additions and 449 deletions

View file

@ -5,8 +5,10 @@ NAME
SYNOPSIS
gcloud beta container node-pools update NAME
(--enable-confidential-nodes | --enable-gvnic
| --enable-image-streaming | --node-labels=[NODE_LABEL,...]
| --node-locations=ZONE,[ZONE,...] | --node-taints=[NODE_TAINT,...]
| --enable-image-streaming
| --network-performance-configs=[PROPERTY=VALUE,...]
| --node-labels=[NODE_LABEL,...] | --node-locations=ZONE,[ZONE,...]
| --node-taints=[NODE_TAINT,...]
| --system-config-from-file=SYSTEM_CONFIG_FROM_FILE
| --tags=[TAG,...] | --workload-metadata=WORKLOAD_METADATA
| --enable-autoprovisioning
@ -46,6 +48,17 @@ REQUIRED FLAGS
--enable-image-streaming
Specifies whether to enable image streaming on node pool.
--network-performance-configs=[PROPERTY=VALUE,...]
Configures network performance settings for the node pool. If this
flag is not specified, the pool will be created with its default
network performance configuration.
total-egress-bandwidth-tier
Total egress bandwidth is the available outbound bandwidth from a
VM, regardless of whether the traffic is going to internal IP or
external IP destinations. The following tier values are allowed:
[DEFAULT,TIER_1]
--node-labels=[NODE_LABEL,...]
Replaces all the user specified Kubernetes labels on all nodes in an
existing node pool with the given labels.