mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Feb 1 11:38:52 UTC 2023
This commit is contained in:
parent
6dc17bdd4a
commit
fc11b54760
173 changed files with 5650 additions and 253 deletions
|
|
@ -4,6 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container fleet identity-service delete
|
||||
[--fleet-default-member-config]
|
||||
[--membership=MEMBERSHIP : --location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -16,6 +17,16 @@ EXAMPLES
|
|||
--membership=MEMBERSHIP_NAME
|
||||
|
||||
FLAGS
|
||||
--fleet-default-member-config
|
||||
If specified, deletes the default membership configuration present in
|
||||
your fleet.
|
||||
|
||||
To delete the default membership configuration present in your
|
||||
fleet, run:
|
||||
|
||||
$ gcloud alpha container fleet identity-service delete \
|
||||
--fleet-default-member-config
|
||||
|
||||
Membership resource - The group of arguments defining a membership. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@ NAME
|
|||
Service Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container fleet identity-service enable [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha container fleet identity-service enable
|
||||
[--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command enables the Identity Service Feature in a fleet.
|
||||
|
|
@ -13,6 +15,20 @@ EXAMPLES
|
|||
|
||||
$ gcloud alpha container fleet identity-service enable
|
||||
|
||||
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 alpha container fleet 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,
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub identity-service delete
|
||||
[--fleet-default-member-config]
|
||||
[--membership=MEMBERSHIP : --location=LOCATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -16,6 +17,16 @@ EXAMPLES
|
|||
--membership=MEMBERSHIP_NAME
|
||||
|
||||
FLAGS
|
||||
--fleet-default-member-config
|
||||
If specified, deletes the default membership configuration present in
|
||||
your fleet.
|
||||
|
||||
To delete the default membership configuration present in your
|
||||
fleet, run:
|
||||
|
||||
$ gcloud alpha container hub identity-service delete \
|
||||
--fleet-default-member-config
|
||||
|
||||
Membership resource - The group of arguments defining a membership. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
resource. (NOTE) Some attributes are not given arguments in this group but
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@ NAME
|
|||
Service Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha container hub identity-service enable [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud alpha container hub identity-service enable
|
||||
[--fleet-default-member-config=FLEET_DEFAULT_MEMBER_CONFIG]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command enables the Identity Service Feature in a fleet.
|
||||
|
|
@ -13,6 +15,20 @@ EXAMPLES
|
|||
|
||||
$ gcloud alpha container hub identity-service enable
|
||||
|
||||
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 alpha 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