1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 10:56:49 +00:00
gcloud-help/gcloud/beta/container/fleet/namespaces/get-credentials
2023-03-01 10:23:17 +00:00

58 lines
2.2 KiB
Text

NAME
gcloud beta container fleet namespaces get-credentials - fetch credentials
for a membership with a particular namespace
SYNOPSIS
gcloud beta container fleet namespaces get-credentials NAMESPACE
[--membership=MEMBERSHIP] [--membership-location=MEMBERSHIP_LOCATION]
[--set-namespace-in-config=SET_NAMESPACE_IN_CONFIG]
[GCLOUD_WIDE_FLAG ...]
EXAMPLES
Get the Connect Gateway kubeconfig for global membership MEMBERSHIP, using
namespace NAMESPACE in the config:
$ gcloud beta container fleet namespaces get-credentials NAMESPACE \
--membership=MEMBERSHIP --membership-location=global \
--set-namespace-in-config=true
Get the Connect Gateway kubeconfig for global membership MEMBERSHIP:
$ gcloud beta container fleet namespaces get-credentials NAMESPACE \
--membership=MEMBERSHIP --membership-location=global
POSITIONAL ARGUMENTS
NAMESPACE
Name of the namespace for which to get access to memberships.
FLAGS
--membership=MEMBERSHIP
Membership ID to get credentials from. If not provided, a prompt will
offer a list of memberships in the fleet.
--membership-location=MEMBERSHIP_LOCATION
The location of the membership resource, e.g. us-central1. If not
specified, defaults to global.
--set-namespace-in-config=SET_NAMESPACE_IN_CONFIG
If true, the default namespace for the context in the generated
kubeconfig will be set to the Fleet namespace (i.e. the name given as
the positional argument in this command).
Otherwise, no default namespace will be set, functioning the same as
gcloud container fleet memberships get-credentials.
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 beta and might change without notice. This
variant is also available:
$ gcloud alpha container fleet namespaces get-credentials