mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -10,6 +10,7 @@ SYNOPSIS
|
|||
| --network-performance-configs=[PROPERTY=VALUE,...]
|
||||
| --node-labels=[NODE_LABEL,...] | --node-locations=ZONE,[ZONE,...]
|
||||
| --node-taints=[NODE_TAINT,...]
|
||||
| --resource-manager-tags=[KEY=VALUE,...]
|
||||
| --system-config-from-file=SYSTEM_CONFIG_FROM_FILE
|
||||
| --tags=[TAG,...] | --windows-os-version=WINDOWS_OS_VERSION
|
||||
| --workload-metadata=WORKLOAD_METADATA | --disk-size=DISK_SIZE
|
||||
|
|
@ -147,6 +148,29 @@ REQUIRED FLAGS
|
|||
To read more about node-taints, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/node-taints.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
Replaces all the user specified resource manager tags on all nodes in
|
||||
an existing node pool in a Standard cluster with the given
|
||||
comma-separated resource manager tags that has the GCE_FIREWALL
|
||||
purpose.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud container node-pools update example-node-pool \
|
||||
--resource-manager-tags=tagKeys/1234=tagValues/2345
|
||||
$ gcloud container node-pools update example-node-pool \
|
||||
--resource-manager-tags=my-project/key1=value1
|
||||
$ gcloud container node-pools update example-node-pool \
|
||||
--resource-manager-tags=12345/key1=value1,23456/key2=value2
|
||||
$ gcloud container node-pools update example-node-pool \
|
||||
--resource-manager-tags=
|
||||
|
||||
All nodes, including nodes that are resized or re-created, will have
|
||||
the specified tags on the corresponding Instance object in the
|
||||
Compute Engine API. You can reference these tags in network firewall
|
||||
policy rules. For instructions, see
|
||||
https://cloud.google.com/firewall/docs/use-tags-for-firewalls.
|
||||
|
||||
--system-config-from-file=SYSTEM_CONFIG_FROM_FILE
|
||||
Path of the YAML/JSON file that contains the node configuration,
|
||||
including Linux kernel parameters (sysctls) and kubelet configs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue