mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -14,6 +14,12 @@ DESCRIPTION
|
|||
(ALPHA) Create the clusterupgrade feature for a fleet within a given
|
||||
project.
|
||||
|
||||
EXAMPLES
|
||||
To create the clusterupgrade feature for the current fleet, run:
|
||||
|
||||
$ gcloud alpha container hub clusterupgrade create \
|
||||
--default-upgrade-soaking=DEFAULT_UPGRADE_SOAKING
|
||||
|
||||
FLAGS
|
||||
--default-upgrade-soaking=DEFAULT_UPGRADE_SOAKING
|
||||
Configures the default soaking duration for each upgrade propagating
|
||||
|
|
@ -83,5 +89,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub clusterupgrade create
|
||||
|
||||
$ gcloud beta container hub clusterupgrade create
|
||||
|
||||
|
|
|
|||
|
|
@ -42,5 +42,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub clusterupgrade describe
|
||||
|
||||
$ gcloud beta container hub clusterupgrade describe
|
||||
|
||||
|
|
|
|||
|
|
@ -33,5 +33,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub clusterupgrade
|
||||
|
||||
$ gcloud beta container hub clusterupgrade
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,12 @@ DESCRIPTION
|
|||
(ALPHA) Update the clusterupgrade feature for a fleet within a given
|
||||
project.
|
||||
|
||||
EXAMPLES
|
||||
To update the clusterupgrade feature for the current fleet, run:
|
||||
|
||||
$ gcloud alpha container hub clusterupgrade update \
|
||||
--default-upgrade-soaking=DEFAULT_UPGRADE_SOAKING
|
||||
|
||||
FLAGS
|
||||
--default-upgrade-soaking=DEFAULT_UPGRADE_SOAKING
|
||||
Configures the default soaking duration for each upgrade propagating
|
||||
|
|
@ -111,5 +117,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub clusterupgrade update
|
||||
|
||||
$ gcloud beta container hub clusterupgrade update
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SYNOPSIS
|
|||
gcloud alpha container hub create [--async] [--display-name=DISPLAY_NAME]
|
||||
[--labels=[KEY=VALUE,...]]
|
||||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,...]
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
--security-posture=SECURITY_POSTURE
|
||||
--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -50,11 +50,11 @@ FLAGS
|
|||
fleet,
|
||||
|
||||
$ gcloud alpha container hub create \
|
||||
--binauthz-evaluation-mode=POLICY_BINDINGS
|
||||
--binauthz-evaluation-mode=policy-bindings
|
||||
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED, POLICY_BINDINGS.
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: disabled, policy-bindings.
|
||||
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,...]
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
The relative resource name of the Binary Authorization policy to
|
||||
audit and/or enforce. GKE policies have the following format:
|
||||
projects/{project_number}/platforms/gke/policies/{policy_id}.
|
||||
|
|
|
|||
20
gcloud/alpha/container/hub/mesh/debug/help
Normal file
20
gcloud/alpha/container/hub/mesh/debug/help
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
NAME
|
||||
gcloud alpha container hub mesh debug - debug Service Mesh memberships
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub mesh debug COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Debug Service Mesh memberships.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
|
|
@ -2,7 +2,7 @@ NAME
|
|||
gcloud alpha container hub mesh - manage Service Mesh Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub mesh COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha container hub mesh GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Service Mesh Feature.
|
||||
|
|
@ -12,6 +12,12 @@ GCLOUD WIDE FLAGS
|
|||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
debug
|
||||
(ALPHA) Debug Service Mesh memberships.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ SYNOPSIS
|
|||
gcloud alpha container hub update [--async] [--display-name=DISPLAY_NAME]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,...]
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
--security-posture=SECURITY_POSTURE
|
||||
--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -51,11 +51,11 @@ FLAGS
|
|||
fleet,
|
||||
|
||||
$ gcloud alpha container hub update \
|
||||
--binauthz-evaluation-mode=POLICY_BINDINGS
|
||||
--binauthz-evaluation-mode=policy-bindings
|
||||
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED, POLICY_BINDINGS.
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: disabled, policy-bindings.
|
||||
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,...]
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
The relative resource name of the Binary Authorization policy to
|
||||
audit and/or enforce. GKE policies have the following format:
|
||||
projects/{project_number}/platforms/gke/policies/{policy_id}.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue