mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 01:15:34 +00:00
gcloud: Thu Oct 5 11:50:15 UTC 2023
This commit is contained in:
parent
6c60d7f07f
commit
9641ff6585
118 changed files with 2726 additions and 214 deletions
|
|
@ -5,6 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud beta container clusters create-auto NAME [--async]
|
||||
[--autoprovisioning-network-tags=TAGS,[TAGS,...]]
|
||||
[--autoprovisioning-resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--boot-disk-kms-key=BOOT_DISK_KMS_KEY]
|
||||
[--cluster-ipv4-cidr=CLUSTER_IPV4_CIDR]
|
||||
[--cluster-secondary-range-name=NAME]
|
||||
|
|
@ -71,6 +72,31 @@ FLAGS
|
|||
https://cloud.google.com/sdk/gcloud/reference/compute/firewall-rules/create
|
||||
for examples.
|
||||
|
||||
--autoprovisioning-resource-manager-tags=[KEY=VALUE,...]
|
||||
Applies the specified comma-separated resource manager tags that has
|
||||
the GCE_FIREWALL purpose to all nodes in the new Autopilot cluster or
|
||||
all auto-provisioned nodes in the new Standard cluster.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud beta container clusters create-auto example-cluster \
|
||||
--autoprovisioning-resource-manager-tags=tagKeys/\
|
||||
1234=tagValues/2345
|
||||
$ gcloud beta container clusters create-auto example-cluster \
|
||||
--autoprovisioning-resource-manager-tags=my-project/key1=value1
|
||||
$ gcloud beta container clusters create-auto example-cluster \
|
||||
--autoprovisioning-resource-manager-tags=12345/key1=value1,\
|
||||
23456/key2=value2
|
||||
$ gcloud beta container clusters create-auto example-cluster \
|
||||
--autoprovisioning-resource-manager-tags=
|
||||
|
||||
All nodes in an Autopilot cluster or all auto-provisioned nodes in a
|
||||
Standard cluster, 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.
|
||||
|
||||
--boot-disk-kms-key=BOOT_DISK_KMS_KEY
|
||||
The Customer Managed Encryption Key used to encrypt the boot disk
|
||||
attached to each node in the node pool. This should be of the form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue