mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
59 lines
1.6 KiB
Text
59 lines
1.6 KiB
Text
NAME
|
|
gcloud alpha container fleet config-management - manage Config Management
|
|
Feature
|
|
|
|
SYNOPSIS
|
|
gcloud alpha container fleet config-management COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage Config Management Feature.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
apply
|
|
(ALPHA) Update a Config Management Feature Spec.
|
|
|
|
delete
|
|
(ALPHA) (DEPRECATED) Remove the Config Management Feature Spec for the
|
|
given membership.
|
|
|
|
disable
|
|
(ALPHA) Disable Config Management Feature.
|
|
|
|
enable
|
|
(ALPHA) Enable Config Management Feature.
|
|
|
|
fetch-for-apply
|
|
(ALPHA) Prints the Config Management configuration applied to the given
|
|
membership.
|
|
|
|
status
|
|
(ALPHA) Print the status of all clusters with Config Management
|
|
enabled.
|
|
|
|
unmanage
|
|
(ALPHA) Remove the Config Management Feature Spec for the given
|
|
membership.
|
|
|
|
upgrade
|
|
(ALPHA) Upgrade the version of the Config Management Feature.
|
|
|
|
version
|
|
(ALPHA) Print the version of all clusters with Config Management
|
|
enabled.
|
|
|
|
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:
|
|
|
|
$ gcloud beta container fleet config-management
|
|
|