- NAME
-
- gcloud alpha container hub scopes namespaces get-credentials - fetch credentials for a membership with a particular namespace
- SYNOPSIS
-
-
gcloud alpha container hub scopes 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 namespaceNAMESPACE
in the config:gcloud alpha container hub scopes namespaces get-credentials NAMESPACE --membership=MEMBERSHIP --membership-location=global --set-namespace-in-config=true
Get the Connect Gateway kubeconfig for global membership
MEMBERSHIP
:gcloud alpha container hub scopes 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 toglobal
. --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 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. These variants are also available:
gcloud container hub scopes namespaces get-credentials
gcloud beta container hub scopes namespaces get-credentials
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.