gcloud anthos config controller get-credentials - fetch credentials for a running Anthos Config Controller
gcloud anthos config controller get-credentials NAME --location=LOCATION [GCLOUD_WIDE_FLAG ...]
gcloud anthos config controller get-credentials updates a kubeconfig file with appropriate credentials and endpoint information to point kubectl at a specific Anthos Config Controller.
To switch to working on your Config Controller 'main', run:
$ gcloud anthos config controller get-credentials main \ --location=us-central1
- NAME
Name of the Anthos Config Controller.
- --location=LOCATION
The location (region) of the Anthos Config Controller.
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.
This variant is also available:
$ gcloud alpha anthos config controller get-credentials