mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 13 10:57:55 UTC 2025
This commit is contained in:
parent
4f9f745739
commit
d6d01162c7
357 changed files with 4606 additions and 9471 deletions
|
|
@ -22,5 +22,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai
|
||||
|
||||
|
|
|
|||
|
|
@ -47,5 +47,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai profiles
|
||||
|
||||
|
|
|
|||
|
|
@ -66,5 +66,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai profiles manifests create
|
||||
|
||||
|
|
|
|||
|
|
@ -24,5 +24,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai profiles manifests
|
||||
|
||||
|
|
|
|||
|
|
@ -25,5 +25,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai profiles model-server-versions
|
||||
|
||||
|
|
|
|||
|
|
@ -66,5 +66,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai profiles model-server-versions list
|
||||
|
||||
|
|
|
|||
|
|
@ -24,5 +24,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai profiles model-servers
|
||||
|
||||
|
|
|
|||
|
|
@ -60,5 +60,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai profiles model-servers list
|
||||
|
||||
|
|
|
|||
|
|
@ -23,5 +23,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai profiles models
|
||||
|
||||
|
|
|
|||
|
|
@ -53,5 +53,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud container ai profiles models list
|
||||
|
||||
|
|
|
|||
|
|
@ -1,40 +1,102 @@
|
|||
NAME
|
||||
gcloud alpha container fleet config-management disable - disable Config
|
||||
gcloud alpha container fleet config-management disable - disable the Config
|
||||
Management feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container fleet config-management disable
|
||||
[--fleet-default-member-config | --force] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha container fleet config-management disable [--force]
|
||||
[--fleet-default-member-config | --uninstall --all-memberships
|
||||
| [--memberships=[MEMBERSHIPS,...] : --location=LOCATION]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Disable the Config Management feature in a fleet. Disable the
|
||||
feature entirely or only disable fleet-default membership configuration
|
||||
(https://cloud.google.com/kubernetes-engine/fleet-management/docs/manage-features)
|
||||
for the feature.
|
||||
(ALPHA) Disable the Config Management feature entirely, or disable specific
|
||||
configuration on the feature.
|
||||
|
||||
gcloud alpha container fleet config-management disable without flags
|
||||
deletes the Config Management feature, which unmanages and leaves existing
|
||||
Config Sync installations on membership clusters. Running the command
|
||||
without flags exits silently if the feature does not exist. Specify flags
|
||||
to disable configuration on parts of the feature without deleting it.
|
||||
|
||||
EXAMPLES
|
||||
To disable the Config Management feature entirely, run:
|
||||
|
||||
$ gcloud alpha container fleet config-management disable
|
||||
|
||||
To disable only fleet-default membership configuration for the feature,
|
||||
run:
|
||||
To unmanage Config Sync only on select memberships, run:
|
||||
|
||||
$ gcloud alpha container fleet config-management disable \
|
||||
--fleet-default-member-config
|
||||
--memberships=example-membership-1,example-membership-2
|
||||
|
||||
FLAGS
|
||||
--force
|
||||
Force disablement. Bypasses any prompts for confirmation. When
|
||||
disabling the entire feature, proceeds even if the feature is in use.
|
||||
Might result in unexpected behavior.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--fleet-default-member-config
|
||||
Disable the fleet-default membership configuration
|
||||
(https://cloud.google.com/kubernetes-engine/fleet-management/docs/manage-features).
|
||||
Does not change existing membership configurations.
|
||||
Does not change existing membership configurations. Does nothing if
|
||||
the feature is disabled.
|
||||
|
||||
--force
|
||||
Force disablement. Bypasses any prompts for confirmation. When
|
||||
disabling the entire feature, proceeds even if the feature is in use.
|
||||
Might result in unexpected behavior.
|
||||
Membership-specific flags. In the absence of --uninstall, using either
|
||||
--memberships or --all-memberships removes the entire configuration for
|
||||
the specified memberships, which unmanages and leaves existing Config
|
||||
Sync installations on the membership clusters. Unmanagement does not
|
||||
error if the feature is disabled.
|
||||
|
||||
--uninstall
|
||||
Uninstall any previously-installed and managed Config Sync on the
|
||||
specified memberships by setting the enabled field
|
||||
(https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/reference/gcloud-apply-fields)
|
||||
to false. Clears all other configuration for each membership. Does
|
||||
not wait for the uninstallation to complete. To bypass the
|
||||
confirmation prompt, use --force. Requires the feature to be
|
||||
enabled.
|
||||
|
||||
To uninstall Config Sync on select memberships, run:
|
||||
|
||||
$ gcloud alpha container fleet config-management disable \
|
||||
--uninstall \
|
||||
--memberships=example-membership-1,example-membership-2
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--all-memberships
|
||||
All memberships in the fleet.
|
||||
|
||||
Membership resource - The group of arguments defining one or more
|
||||
memberships. The arguments in this group can be used to specify the
|
||||
attributes of this resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◇ provide the argument --memberships on the command line with a
|
||||
fully specified name;
|
||||
◇ provide the argument --project on the command line;
|
||||
◇ set the property core/project.
|
||||
|
||||
--memberships=[MEMBERSHIPS,...]
|
||||
IDs of the memberships or fully qualified identifiers for the
|
||||
memberships.
|
||||
|
||||
To set the memberships attribute:
|
||||
▹ provide the argument --memberships on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location for the memberships.
|
||||
|
||||
To set the location attribute:
|
||||
▹ provide the argument --memberships on the command line with
|
||||
a fully specified name;
|
||||
▹ provide the argument --location on the command line;
|
||||
▹ set the property gkehub/location.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ COMMANDS
|
|||
given membership.
|
||||
|
||||
disable
|
||||
(ALPHA) Disable Config Management feature.
|
||||
(ALPHA) Disable the Config Management feature.
|
||||
|
||||
enable
|
||||
(ALPHA) Enable Config Management feature.
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages create
|
||||
|
||||
$ gcloud beta container fleet packages create
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages delete
|
||||
|
||||
$ gcloud beta container fleet packages delete
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages describe
|
||||
|
||||
$ gcloud beta container fleet packages describe
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages
|
||||
|
||||
$ gcloud beta container fleet packages
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages list
|
||||
|
||||
$ gcloud beta container fleet packages list
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles create
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles create
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles delete
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles delete
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles describe
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles describe
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles list
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles list
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles releases create
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles releases \
|
||||
create
|
||||
|
|
|
|||
|
|
@ -45,7 +45,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles releases delete
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles releases \
|
||||
delete
|
||||
|
|
|
|||
|
|
@ -41,7 +41,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles releases describe
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles releases \
|
||||
describe
|
||||
|
|
|
|||
|
|
@ -37,7 +37,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles releases
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles releases
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles releases list
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles releases list
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles releases update
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles releases \
|
||||
update
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages resource-bundles update
|
||||
|
||||
$ gcloud beta container fleet packages resource-bundles update
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages rollouts abort
|
||||
|
||||
$ gcloud beta container fleet packages rollouts abort
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages rollouts describe
|
||||
|
||||
$ gcloud beta container fleet packages rollouts describe
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages rollouts
|
||||
|
||||
$ gcloud beta container fleet packages rollouts
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages rollouts list
|
||||
|
||||
$ gcloud beta container fleet packages rollouts list
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages rollouts resume
|
||||
|
||||
$ gcloud beta container fleet packages rollouts resume
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages rollouts suspend
|
||||
|
||||
$ gcloud beta container fleet packages rollouts suspend
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet packages update
|
||||
|
||||
$ gcloud beta container fleet packages update
|
||||
|
||||
|
|
|
|||
|
|
@ -1,40 +1,101 @@
|
|||
NAME
|
||||
gcloud alpha container hub config-management disable - disable Config
|
||||
gcloud alpha container hub config-management disable - disable the Config
|
||||
Management feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub config-management disable
|
||||
[--fleet-default-member-config | --force] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha container hub config-management disable [--force]
|
||||
[--fleet-default-member-config | --uninstall --all-memberships
|
||||
| [--memberships=[MEMBERSHIPS,...] : --location=LOCATION]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Disable the Config Management feature in a fleet. Disable the
|
||||
feature entirely or only disable fleet-default membership configuration
|
||||
(https://cloud.google.com/kubernetes-engine/fleet-management/docs/manage-features)
|
||||
for the feature.
|
||||
(ALPHA) Disable the Config Management feature entirely, or disable specific
|
||||
configuration on the feature.
|
||||
|
||||
gcloud alpha container hub config-management disable without flags deletes
|
||||
the Config Management feature, which unmanages and leaves existing Config
|
||||
Sync installations on membership clusters. Running the command without
|
||||
flags exits silently if the feature does not exist. Specify flags to
|
||||
disable configuration on parts of the feature without deleting it.
|
||||
|
||||
EXAMPLES
|
||||
To disable the Config Management feature entirely, run:
|
||||
|
||||
$ gcloud alpha container hub config-management disable
|
||||
|
||||
To disable only fleet-default membership configuration for the feature,
|
||||
run:
|
||||
To unmanage Config Sync only on select memberships, run:
|
||||
|
||||
$ gcloud alpha container hub config-management disable \
|
||||
--fleet-default-member-config
|
||||
--memberships=example-membership-1,example-membership-2
|
||||
|
||||
FLAGS
|
||||
--force
|
||||
Force disablement. Bypasses any prompts for confirmation. When
|
||||
disabling the entire feature, proceeds even if the feature is in use.
|
||||
Might result in unexpected behavior.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--fleet-default-member-config
|
||||
Disable the fleet-default membership configuration
|
||||
(https://cloud.google.com/kubernetes-engine/fleet-management/docs/manage-features).
|
||||
Does not change existing membership configurations.
|
||||
Does not change existing membership configurations. Does nothing if
|
||||
the feature is disabled.
|
||||
|
||||
--force
|
||||
Force disablement. Bypasses any prompts for confirmation. When
|
||||
disabling the entire feature, proceeds even if the feature is in use.
|
||||
Might result in unexpected behavior.
|
||||
Membership-specific flags. In the absence of --uninstall, using either
|
||||
--memberships or --all-memberships removes the entire configuration for
|
||||
the specified memberships, which unmanages and leaves existing Config
|
||||
Sync installations on the membership clusters. Unmanagement does not
|
||||
error if the feature is disabled.
|
||||
|
||||
--uninstall
|
||||
Uninstall any previously-installed and managed Config Sync on the
|
||||
specified memberships by setting the enabled field
|
||||
(https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/reference/gcloud-apply-fields)
|
||||
to false. Clears all other configuration for each membership. Does
|
||||
not wait for the uninstallation to complete. To bypass the
|
||||
confirmation prompt, use --force. Requires the feature to be
|
||||
enabled.
|
||||
|
||||
To uninstall Config Sync on select memberships, run:
|
||||
|
||||
$ gcloud alpha container hub config-management disable --uninstall \
|
||||
--memberships=example-membership-1,example-membership-2
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--all-memberships
|
||||
All memberships in the fleet.
|
||||
|
||||
Membership resource - The group of arguments defining one or more
|
||||
memberships. The arguments in this group can be used to specify the
|
||||
attributes of this resource. (NOTE) Some attributes are not given
|
||||
arguments in this group but can be set in other ways.
|
||||
|
||||
To set the project attribute:
|
||||
◇ provide the argument --memberships on the command line with a
|
||||
fully specified name;
|
||||
◇ provide the argument --project on the command line;
|
||||
◇ set the property core/project.
|
||||
|
||||
--memberships=[MEMBERSHIPS,...]
|
||||
IDs of the memberships or fully qualified identifiers for the
|
||||
memberships.
|
||||
|
||||
To set the memberships attribute:
|
||||
▹ provide the argument --memberships on the command line.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--location=LOCATION
|
||||
Location for the memberships.
|
||||
|
||||
To set the location attribute:
|
||||
▹ provide the argument --memberships on the command line with
|
||||
a fully specified name;
|
||||
▹ provide the argument --location on the command line;
|
||||
▹ set the property gkehub/location.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ COMMANDS
|
|||
given membership.
|
||||
|
||||
disable
|
||||
(ALPHA) Disable Config Management feature.
|
||||
(ALPHA) Disable the Config Management feature.
|
||||
|
||||
enable
|
||||
(ALPHA) Enable Config Management feature.
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages create
|
||||
|
||||
$ gcloud beta container hub packages create
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages delete
|
||||
|
||||
$ gcloud beta container hub packages delete
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages describe
|
||||
|
||||
$ gcloud beta container hub packages describe
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages
|
||||
|
||||
$ gcloud beta container hub packages
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages list
|
||||
|
||||
$ gcloud beta container hub packages list
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles create
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles create
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles delete
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles delete
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles describe
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles describe
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles list
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles list
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles releases create
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles releases create
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles releases delete
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles releases delete
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles releases describe
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles releases \
|
||||
describe
|
||||
|
|
|
|||
|
|
@ -37,7 +37,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles releases
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles releases
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles releases list
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles releases list
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles releases update
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles releases update
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages resource-bundles update
|
||||
|
||||
$ gcloud beta container hub packages resource-bundles update
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages rollouts abort
|
||||
|
||||
$ gcloud beta container hub packages rollouts abort
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages rollouts describe
|
||||
|
||||
$ gcloud beta container hub packages rollouts describe
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages rollouts
|
||||
|
||||
$ gcloud beta container hub packages rollouts
|
||||
|
||||
|
|
|
|||
|
|
@ -73,7 +73,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages rollouts list
|
||||
|
||||
$ gcloud beta container hub packages rollouts list
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages rollouts resume
|
||||
|
||||
$ gcloud beta container hub packages rollouts resume
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages rollouts suspend
|
||||
|
||||
$ gcloud beta container hub packages rollouts suspend
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container hub packages update
|
||||
|
||||
$ gcloud beta container hub packages update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue