mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
124 lines
3.3 KiB
Text
124 lines
3.3 KiB
Text
NAME
|
|
gcloud alpha container fleet - centrally manage features and services on
|
|
all your Kubernetes clusters with fleet
|
|
|
|
SYNOPSIS
|
|
gcloud alpha container fleet GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The command group to register GKE or other Kubernetes clusters
|
|
running in a variety of environments, including Google cloud, on premises
|
|
in customer datacenters, or other third party clouds with fleet. Fleet
|
|
provides a centralized control-plane to managed features and services on
|
|
all registered clusters.
|
|
|
|
A registered cluster is always associated with a Membership, a resource
|
|
within fleet.
|
|
|
|
EXAMPLES
|
|
Manage memberships of all your GKE and other Kubernetes clusters with
|
|
fleet:
|
|
|
|
$ gcloud alpha container fleet memberships --help
|
|
|
|
Manage Config Management feature on all memberships:
|
|
|
|
$ gcloud alpha container fleet config-management --help
|
|
|
|
Manage Multi-cluster Ingress feature on all memberships:
|
|
|
|
$ gcloud alpha container fleet ingress --help
|
|
|
|
Manage Multi-cluster Services feature on all memberships:
|
|
|
|
$ gcloud alpha container fleet multi-cluster-services --help
|
|
|
|
Manage CloudRun feature on all memberships:
|
|
|
|
$ gcloud alpha container fleet cloudrun --help
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
cloudrun
|
|
(ALPHA) Manage the CloudRun feature.
|
|
|
|
clusterupgrade
|
|
(ALPHA) Configure the Fleet clusterupgrade feature.
|
|
|
|
config-management
|
|
(ALPHA) Manage Config Management Feature.
|
|
|
|
dataplane-v2-encryption
|
|
(ALPHA) Manage Dataplane V2 Encryption Feature.
|
|
|
|
features
|
|
(ALPHA) Manage Hub Feature resources.
|
|
|
|
fleetobservability
|
|
(ALPHA) Manage Fleet Observability Feature.
|
|
|
|
identity-service
|
|
(ALPHA) Manage Identity Service Feature.
|
|
|
|
ingress
|
|
(ALPHA) Manage Multi-cluster Ingress Feature.
|
|
|
|
memberships
|
|
(ALPHA) Manage memberships of all your GKE and other Kubernetes
|
|
clusters with fleets.
|
|
|
|
mesh
|
|
(ALPHA) Manage Service Mesh Feature.
|
|
|
|
multi-cluster-services
|
|
(ALPHA) Manage Multi-cluster Services Feature.
|
|
|
|
namespaceactuation
|
|
(ALPHA) Manage Namespace Actuation Feature.
|
|
|
|
operations
|
|
(ALPHA) Manage Anthos fleet long-running operations.
|
|
|
|
policycontroller
|
|
(ALPHA) Manage Policy Controller Feature.
|
|
|
|
scopes
|
|
(ALPHA) Manage scopes of all your GKE fleets.
|
|
|
|
service-directory
|
|
(ALPHA) Manage the Service Directory Feature.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create a fleet.
|
|
|
|
delete
|
|
(ALPHA) Delete a fleet.
|
|
|
|
describe
|
|
(ALPHA) Show fleet info.
|
|
|
|
list
|
|
(ALPHA) List fleets visible to the user in an organization.
|
|
|
|
update
|
|
(ALPHA) Update a fleet.
|
|
|
|
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 fleet
|
|
|
|
$ gcloud beta container fleet
|
|
|