mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 06:27:15 +00:00
gcloud: Wed Nov 15 11:42:54 UTC 2023
This commit is contained in:
parent
03f0979970
commit
d3074f94bb
224 changed files with 6432 additions and 626 deletions
|
|
@ -1,9 +1,11 @@
|
|||
NAME
|
||||
gcloud container hub identity-service enable - enable Identity Service
|
||||
gcloud container hub identity-service enable - enable the Identity Service
|
||||
Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container hub identity-service enable [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud container hub identity-service enable
|
||||
[--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
This command enables the Identity Service Feature in a fleet.
|
||||
|
|
@ -13,6 +15,26 @@ EXAMPLES
|
|||
|
||||
$ gcloud container hub identity-service enable
|
||||
|
||||
To enable the Identity Service Feature with a fleet-level default
|
||||
membership configuration, run:
|
||||
|
||||
$ gcloud container hub identity-service enable \
|
||||
--fleet-default-member-config=/path/to/identity-service.yaml
|
||||
|
||||
FLAGS
|
||||
--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG
|
||||
The path to an identity-service.yaml identity configuration file. If
|
||||
specified, this configuration would be the default Identity Service
|
||||
configuration for all memberships in your fleet. It could be overridden
|
||||
with a membership-specific configuration by using the the Apply command
|
||||
with the --config argument.
|
||||
|
||||
To enable the Identity Service Feature with a fleet-level default
|
||||
membership configuration, run:
|
||||
|
||||
$ gcloud container hub identity-service enable \
|
||||
--fleet-default-member-config=/path/to/identity-service.yaml
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue