mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed May 18 08:41:01 UTC 2022
This commit is contained in:
parent
379049f21a
commit
9f95235d93
258 changed files with 7569 additions and 441 deletions
|
|
@ -51,6 +51,9 @@ GROUPS
|
|||
features
|
||||
Manage Hub Feature resources.
|
||||
|
||||
identity-service
|
||||
Manage Identity Service Feature.
|
||||
|
||||
ingress
|
||||
Manage Multi-cluster Ingress Feature.
|
||||
|
||||
|
|
|
|||
46
gcloud/container/fleet/identity-service/apply
Normal file
46
gcloud/container/fleet/identity-service/apply
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
NAME
|
||||
gcloud container fleet identity-service apply - update an Identity Service
|
||||
Feature Spec
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet identity-service apply --config=CONFIG
|
||||
[--membership=MEMBERSHIP] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Applies the authentication configuration to the Identity Service feature
|
||||
spec for this membership. This configuration is now the "source of truth"
|
||||
for the cluster and can only be updated by using this command or the Cloud
|
||||
Console. Any local authentication configuration on the cluster is
|
||||
overwritten by this configuration, including any local updates made after
|
||||
you run this command.
|
||||
|
||||
EXAMPLES
|
||||
To apply an Identity Service configuration for a membership, run:
|
||||
|
||||
$ gcloud container fleet identity-service apply \
|
||||
--membership=CLUSTER_NAME \
|
||||
--config=/path/to/identity-service.yaml
|
||||
|
||||
REQUIRED FLAGS
|
||||
--config=CONFIG
|
||||
The path to the identity-service.yaml config file.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--membership=MEMBERSHIP
|
||||
The Membership name provided during registration.
|
||||
|
||||
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
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet identity-service apply
|
||||
|
||||
$ gcloud beta container fleet identity-service apply
|
||||
|
||||
36
gcloud/container/fleet/identity-service/delete
Normal file
36
gcloud/container/fleet/identity-service/delete
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
NAME
|
||||
gcloud container fleet identity-service delete - remove the Identity
|
||||
Service Feature Spec for the given membership
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet identity-service delete [--membership=MEMBERSHIP]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Removes the Identity Service Feature Spec for the given membership.
|
||||
|
||||
EXAMPLES
|
||||
To delete an Identity Service configuration for a membership, run:
|
||||
|
||||
$ gcloud container fleet identity-service delete \
|
||||
--membership=CLUSTER_NAME
|
||||
|
||||
FLAGS
|
||||
--membership=MEMBERSHIP
|
||||
Membership name provided during registration.
|
||||
|
||||
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
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet identity-service delete
|
||||
|
||||
$ gcloud beta container fleet identity-service delete
|
||||
|
||||
64
gcloud/container/fleet/identity-service/describe
Normal file
64
gcloud/container/fleet/identity-service/describe
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
NAME
|
||||
gcloud container fleet identity-service describe - prints the status of all
|
||||
clusters with Identity Service installed
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet identity-service describe [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Prints the status of the Identity Service Feature resource in a fleet.
|
||||
|
||||
EXAMPLES
|
||||
To describe the status of the Identity Service configuration, run:
|
||||
|
||||
$ gcloud container fleet identity-service describe
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
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
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet identity-service describe
|
||||
|
||||
$ gcloud beta container fleet identity-service describe
|
||||
|
||||
36
gcloud/container/fleet/identity-service/disable
Normal file
36
gcloud/container/fleet/identity-service/disable
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
NAME
|
||||
gcloud container fleet identity-service disable - disable Identity Service
|
||||
Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet identity-service disable [--force]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
This command disables the Identity Service Feature in a fleet.
|
||||
|
||||
EXAMPLES
|
||||
To disable the Identity Service Feature, run:
|
||||
|
||||
$ gcloud container fleet identity-service disable
|
||||
|
||||
FLAGS
|
||||
--force
|
||||
Disable this feature, even if it is currently in use. Force disablement
|
||||
may result in unexpected behavior.
|
||||
|
||||
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
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet identity-service disable
|
||||
|
||||
$ gcloud beta container fleet identity-service disable
|
||||
|
||||
30
gcloud/container/fleet/identity-service/enable
Normal file
30
gcloud/container/fleet/identity-service/enable
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
NAME
|
||||
gcloud container fleet identity-service enable - enable Identity Service
|
||||
Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet identity-service enable [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
This command enables the Identity Service Feature in a fleet.
|
||||
|
||||
EXAMPLES
|
||||
To enable the Identity Service Feature, run:
|
||||
|
||||
$ gcloud container fleet identity-service enable
|
||||
|
||||
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
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet identity-service enable
|
||||
|
||||
$ gcloud beta container fleet identity-service enable
|
||||
|
||||
39
gcloud/container/fleet/identity-service/help
Normal file
39
gcloud/container/fleet/identity-service/help
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
NAME
|
||||
gcloud container fleet identity-service - manage Identity Service Feature
|
||||
|
||||
SYNOPSIS
|
||||
gcloud container fleet identity-service COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage Identity Service Feature.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
apply
|
||||
Update an Identity Service Feature Spec.
|
||||
|
||||
delete
|
||||
Remove the Identity Service Feature Spec for the given membership.
|
||||
|
||||
describe
|
||||
Prints the status of all clusters with Identity Service installed.
|
||||
|
||||
disable
|
||||
Disable Identity Service Feature.
|
||||
|
||||
enable
|
||||
Enable Identity Service Feature.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha container fleet identity-service
|
||||
|
||||
$ gcloud beta container fleet identity-service
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue