gcloud alpha container fleet config-management enable

NAME
gcloud alpha container fleet config-management enable - enable Config Management feature
SYNOPSIS
gcloud alpha container fleet config-management enable[--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Enables the Config Management feature in a fleet. Withoutany flags, this command no-ops if the feature is already enabled. This commandcan also enable the feature with afleet-defaultmembership configuration for Config Sync.
EXAMPLES
To enable the Config Management feature, run:
gcloudalphacontainerfleetconfig-managementenable

To enable the Config Management feature with a fleet-default membershipconfiguration for Config Sync, run:

gcloudalphacontainerfleetconfig-managementenable--fleet-default-member-config=config.yaml
FLAGS
--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG
Path to YAML file that contains thefleet-defaultmembership configuration to enable with a new feature. This file shares thesyntax of the--config flag on theapply command: seerecognized fieldshere.Errors if the Policy Controller or Hierarchy Controller field is set. This flagwill also enable or update the fleet-default membership configuration on anexisting feature. See theapply command for how to sync amembership to the fleet-default membership configuration.
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
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. This variant is also available:
gcloudbetacontainerfleetconfig-managementenable

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.