mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jun 19 09:33:28 UTC 2024
This commit is contained in:
parent
04a1e3ce77
commit
fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud beta builds worker-pools update WORKER_POOL --region=REGION
|
||||
(--config-from-file=CONFIG_FROM_FILE | --public-egress
|
||||
| --no-public-egress --worker-disk-size=WORKER_DISK_SIZE
|
||||
(--config-from-file=CONFIG_FROM_FILE | --[no-]public-egress
|
||||
--worker-disk-size=WORKER_DISK_SIZE
|
||||
--worker-machine-type=WORKER_MACHINE_TYPE) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -38,20 +38,15 @@ REQUIRED FLAGS
|
|||
|
||||
Command-line flags to configure the private pool:
|
||||
|
||||
Network configuration for Service Networking:
|
||||
--[no-]public-egress
|
||||
If set to true, workers in the worker pool are created with an
|
||||
external IP address.
|
||||
|
||||
At most one of these can be specified:
|
||||
If set to false, workers in the worker pool are created without an
|
||||
external IP address. If the worker pool is within a VPC Service
|
||||
Control perimeter, use this flag.
|
||||
|
||||
--public-egress
|
||||
If set, workers in the worker pool are created with an external
|
||||
IP address.
|
||||
|
||||
--no-public-egress
|
||||
If set, workers in the worker pool are created without an
|
||||
external IP address.
|
||||
|
||||
If the worker pool is within a VPC Service Control perimeter,
|
||||
use this flag.
|
||||
Use --public-egress to enable and --no-public-egress to disable.
|
||||
|
||||
Configuration to be used for creating workers in the worker pool:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue