mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Aug 21 09:39:51 UTC 2024
This commit is contained in:
parent
d35819d273
commit
ed5fe34b64
163 changed files with 3541 additions and 717 deletions
|
|
@ -13,6 +13,7 @@ SYNOPSIS
|
|||
| --node-labels=[NODE_LABEL,...] | --node-locations=ZONE,[ZONE,...]
|
||||
| --node-taints=[NODE_TAINT,...]
|
||||
| --resource-manager-tags=[KEY=VALUE,...]
|
||||
| --storage-pools=STORAGE_POOL,[...]
|
||||
| --system-config-from-file=PATH_TO_FILE | --tags=[TAG,...]
|
||||
| --windows-os-version=WINDOWS_OS_VERSION
|
||||
| --workload-metadata=WORKLOAD_METADATA | --enable-blue-green-upgrade
|
||||
|
|
@ -202,6 +203,14 @@ REQUIRED FLAGS
|
|||
policy rules. For instructions, see
|
||||
https://cloud.google.com/firewall/docs/use-tags-for-firewalls.
|
||||
|
||||
--storage-pools=STORAGE_POOL,[...]
|
||||
A list of storage pools where the node pool's boot disks will be
|
||||
provisioned. Replaces all the current storage pools of an existing
|
||||
node pool, with the specified storage pools.
|
||||
|
||||
STORAGE_POOL must be in the format
|
||||
projects/project/zones/zone/storagePools/storagePool
|
||||
|
||||
--system-config-from-file=PATH_TO_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