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

gcloud: Thu Sep 7 10:42:28 UTC 2023

This commit is contained in:
Automated 2023-09-07 10:42:28 +00:00
parent f9edf67fe5
commit 6c8d2eb024
307 changed files with 4053 additions and 1615 deletions

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud alpha compute tpus queued-resources scp [[USER@]INSTANCE:]SRC
[[[USER@]INSTANCE:]SRC ...] [[USER@]INSTANCE:]DEST
[--batch-size=BATCH_SIZE; default="all"] [--compress] [--dry-run]
[--batch-size=BATCH_SIZE; default=64] [--compress] [--dry-run]
[--force-key-file-overwrite] [--node=NODE; default="0"] [--plain]
[--recurse] [--scp-flag=SCP_FLAG] [--ssh-key-file=SSH_KEY_FILE]
[--strict-host-key-checking=STRICT_HOST_KEY_CHECKING]
@ -23,12 +23,18 @@ EXAMPLES
$ gcloud alpha compute tpus queued-resources scp ~/my-file my-qr:
To copy a file into all nodes and workers in a Cloud TPU Queued Resource,
run:
To copy a file into all nodes and workers in a Cloud TPU Queued Resource
(with the default batch size), run:
$ gcloud alpha compute tpus queued-resources scp ~/my-file my-qr: \
--worker=all --node=all
To copy a file into all nodes and workers in a Cloud TPU Queued Resource
with a batch size of 4, run:
$ gcloud alpha compute tpus queued-resources scp ~/my-file my-qr: \
--worker=all --node=all --batch-size=4
To copy a file into all workers in the first node of a Cloud TPU Queued
Resource, run:
@ -53,17 +59,17 @@ POSITIONAL ARGUMENTS
Specifies a destination for the source files.
FLAGS
--batch-size=BATCH_SIZE; default="all"
Batch size for simultaneous command execution. When using a
comma-separated list (e.g. '1,4,6') or a range (e.g. '1-3') or ``all``
keyword in --worker flag, it executes the command concurrently in
groups of the batch size. This flag takes a value greater than 0 to
specify the batch size to control the concurrent connections that can
be established with the TPU workers, or the special keyword ``all`` to
allow the concurrent command executions on all the specified workers in
--worker flag. Maximum value of this flag should not be more than the
number of specified workers, otherwise the value will be treated as
``--batch-size=all``.
--batch-size=BATCH_SIZE; default=64
Batch size for simultaneous command execution on the client's side.
When using a comma-separated list (e.g. '1,4,6') or a range (e.g.
'1-3') or ``all`` keyword in --worker flag, it executes the command
concurrently in groups of the batch size. This flag takes a value
greater than 0 to specify the batch size to control the concurrent
connections that can be established with the TPU workers, or the
special keyword ``all`` to allow the concurrent command executions on
all the specified workers in --worker flag. Maximum value of this flag
should not be more than the number of specified workers, otherwise the
value will be treated as ``--batch-size=all``.
--compress
Enable compression.

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha compute tpus queued-resources ssh [USER@]QR
[--batch-size=BATCH_SIZE; default="all"] [--dry-run]
[--batch-size=BATCH_SIZE; default=64] [--dry-run]
[--force-key-file-overwrite] [--node=NODE; default="0"] [--plain]
[--ssh-flag=SSH_FLAG] [--ssh-key-file=SSH_KEY_FILE]
[--strict-host-key-checking=STRICT_HOST_KEY_CHECKING]
@ -26,7 +26,7 @@ EXAMPLES
--command="last boot"
To run the same command in all nodes and workers in a Cloud TPU Queued
Resource simultaneously, run:
Resource (with the default batch size), run:
$ gcloud alpha compute tpus queued-resources ssh my-qr \
--command="last boot" --worker=all --node=all
@ -57,17 +57,17 @@ POSITIONAL ARGUMENTS
--zone=us-central1-a -- -vvv -L 80:%TPU%:80
FLAGS
--batch-size=BATCH_SIZE; default="all"
Batch size for simultaneous command execution. When using a
comma-separated list (e.g. '1,4,6') or a range (e.g. '1-3') or ``all``
keyword in --worker flag, it executes the command concurrently in
groups of the batch size. This flag takes a value greater than 0 to
specify the batch size to control the concurrent connections that can
be established with the TPU workers, or the special keyword ``all`` to
allow the concurrent command executions on all the specified workers in
--worker flag. Maximum value of this flag should not be more than the
number of specified workers, otherwise the value will be treated as
``--batch-size=all``.
--batch-size=BATCH_SIZE; default=64
Batch size for simultaneous command execution on the client's side.
When using a comma-separated list (e.g. '1,4,6') or a range (e.g.
'1-3') or ``all`` keyword in --worker flag, it executes the command
concurrently in groups of the batch size. This flag takes a value
greater than 0 to specify the batch size to control the concurrent
connections that can be established with the TPU workers, or the
special keyword ``all`` to allow the concurrent command executions on
all the specified workers in --worker flag. Maximum value of this flag
should not be more than the number of specified workers, otherwise the
value will be treated as ``--batch-size=all``.
--dry-run
Print the equivalent scp/ssh command that would be run to stdout,

View file

@ -45,16 +45,16 @@ POSITIONAL ARGUMENTS
FLAGS
--batch-size=BATCH_SIZE; default="all"
Batch size for simultaneous command execution. When using a
comma-separated list (e.g. '1,4,6') or a range (e.g. '1-3') or ``all``
keyword in --worker flag, it executes the command concurrently in
groups of the batch size. This flag takes a value greater than 0 to
specify the batch size to control the concurrent connections that can
be established with the TPU workers, or the special keyword ``all`` to
allow the concurrent command executions on all the specified workers in
--worker flag. Maximum value of this flag should not be more than the
number of specified workers, otherwise the value will be treated as
``--batch-size=all``.
Batch size for simultaneous command execution on the client's side.
When using a comma-separated list (e.g. '1,4,6') or a range (e.g.
'1-3') or ``all`` keyword in --worker flag, it executes the command
concurrently in groups of the batch size. This flag takes a value
greater than 0 to specify the batch size to control the concurrent
connections that can be established with the TPU workers, or the
special keyword ``all`` to allow the concurrent command executions on
all the specified workers in --worker flag. Maximum value of this flag
should not be more than the number of specified workers, otherwise the
value will be treated as ``--batch-size=all``.
--compress
Enable compression.

View file

@ -57,16 +57,16 @@ POSITIONAL ARGUMENTS
FLAGS
--batch-size=BATCH_SIZE; default="all"
Batch size for simultaneous command execution. When using a
comma-separated list (e.g. '1,4,6') or a range (e.g. '1-3') or ``all``
keyword in --worker flag, it executes the command concurrently in
groups of the batch size. This flag takes a value greater than 0 to
specify the batch size to control the concurrent connections that can
be established with the TPU workers, or the special keyword ``all`` to
allow the concurrent command executions on all the specified workers in
--worker flag. Maximum value of this flag should not be more than the
number of specified workers, otherwise the value will be treated as
``--batch-size=all``.
Batch size for simultaneous command execution on the client's side.
When using a comma-separated list (e.g. '1,4,6') or a range (e.g.
'1-3') or ``all`` keyword in --worker flag, it executes the command
concurrently in groups of the batch size. This flag takes a value
greater than 0 to specify the batch size to control the concurrent
connections that can be established with the TPU workers, or the
special keyword ``all`` to allow the concurrent command executions on
all the specified workers in --worker flag. Maximum value of this flag
should not be more than the number of specified workers, otherwise the
value will be treated as ``--batch-size=all``.
--dry-run
Print the equivalent scp/ssh command that would be run to stdout,

View file

@ -5,8 +5,8 @@ SYNOPSIS
gcloud alpha compute url-maps GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List, create, and delete URL maps for external HTTP(S) Load
Balancing, internal HTTP(S) Load Balancing, and Traffic Director.
(ALPHA) List, create, and delete URL maps for external Application Load
Balancer, internal Application Load Balancer, and Traffic Director.
For more information about URL maps, see the URL maps documentation
(https://cloud.google.com/load-balancing/docs/url-map-concepts).

View file

@ -18,10 +18,9 @@ EXAMPLES
FLAGS
--load-balancing-scheme=LOAD_BALANCING_SCHEME
Specifies the load balancer type(s) this validation request is for. Use
EXTERNAL_MANAGED for HTTP/HTTPS External Global Load Balancer with
Advanced Traffic Management. Use EXTERNAL for Classic HTTP/HTTPS
External Global Load Balancer.
Specifies the load balancer type this validation request is for. Use
EXTERNAL_MANAGED for global external Application Load Balancer. Use
EXTERNAL for classic Application Load Balancer.
Other load balancer types are not supported. For more information,
refer to Choosing a load balancer