mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed May 24 10:23:00 UTC 2023
This commit is contained in:
parent
a56fab68e5
commit
d0919dce4f
151 changed files with 3286 additions and 306 deletions
|
|
@ -6,7 +6,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha container bare-metal admin-clusters unenroll
|
||||
(ADMIN_CLUSTER : --location=LOCATION) [--allow-missing] [--async]
|
||||
[--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
[--ignore-errors] [--validate-only] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Unenroll an Anthos on bare metal admin cluster so that it is no
|
||||
|
|
@ -61,6 +61,10 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--ignore-errors
|
||||
If set, the unenrollment of a bare metal admin cluster resource will
|
||||
succeed even if errors occur during unenrollment.
|
||||
|
||||
--validate-only
|
||||
If set, only validate the request, but do not actually perform the
|
||||
operation.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container bare-metal operations wait
|
||||
(OPERATION_ID : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
(OPERATION_ID : --location=LOCATION) [--timeout=TIMEOUT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Poll an operation for completion.
|
||||
|
|
@ -47,6 +48,10 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --location on the command line;
|
||||
▸ set the property container_bare_metal/location.
|
||||
|
||||
FLAGS
|
||||
--timeout=TIMEOUT
|
||||
Timeout (seconds) waiting for the operation to complete.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue