mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Aug 27 10:57:46 UTC 2025
This commit is contained in:
parent
470b35e498
commit
93c043aaa0
176 changed files with 5452 additions and 264 deletions
25
gcloud/container/fleet/config-management/describe
Normal file
25
gcloud/container/fleet/config-management/describe
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
NAME
|
||||
gcloud container fleet config-management describe - describe the Config
|
||||
Management feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet config-management describe [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Describe the Config Management feature.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet config-management describe
|
||||
|
||||
$ gcloud beta container fleet config-management describe
|
||||
|
||||
114
gcloud/container/fleet/config-management/disable
Normal file
114
gcloud/container/fleet/config-management/disable
Normal file
|
|
@ -0,0 +1,114 @@
|
|||
NAME
|
||||
gcloud container fleet config-management disable - disable the Config
|
||||
Management feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet config-management disable [--force]
|
||||
[--fleet-default-member-config | --uninstall --all-memberships
|
||||
| [--memberships=[MEMBERSHIPS,...] : --location=LOCATION]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Disable the Config Management feature entirely, or disable specific
|
||||
configuration on the feature.
|
||||
|
||||
gcloud 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 container fleet config-management disable
|
||||
|
||||
To unmanage Config Sync only on select memberships, run:
|
||||
|
||||
$ gcloud container fleet config-management disable \
|
||||
--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 nothing if
|
||||
the feature is disabled.
|
||||
|
||||
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 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,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet config-management disable
|
||||
|
||||
$ gcloud beta container fleet config-management disable
|
||||
|
||||
34
gcloud/container/fleet/config-management/help
Normal file
34
gcloud/container/fleet/config-management/help
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
NAME
|
||||
gcloud container fleet config-management - use the Config Management
|
||||
feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet config-management COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Config Sync using the Config Management feature. Policy Controller
|
||||
users should use the separate command group: gcloud container fleet
|
||||
policycontroller. Hierarchy Controller users should use
|
||||
https://github.com/kubernetes-sigs/hierarchical-namespaces instead.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
Describe the Config Management feature.
|
||||
|
||||
disable
|
||||
Disable the Config Management feature.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet config-management
|
||||
|
||||
$ gcloud beta container fleet config-management
|
||||
|
||||
|
|
@ -51,6 +51,9 @@ GROUPS
|
|||
clusterupgrade
|
||||
Configure the Fleet clusterupgrade feature.
|
||||
|
||||
config-management
|
||||
Use the Config Management feature.
|
||||
|
||||
dataplane-v2-encryption
|
||||
Manage Dataplane V2 Encryption Feature.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue