1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/container/fleet/help
2023-12-06 10:10:36 +00:00

106 lines
2.5 KiB
Text

NAME
gcloud container fleet - centrally manage features and services on all your
Kubernetes clusters with fleet
SYNOPSIS
gcloud container fleet GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
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 container fleet memberships --help
Manage Config Management feature on all memberships:
$ gcloud container fleet config-management --help
Manage Multi-cluster Ingress feature on all memberships:
$ gcloud container fleet ingress --help
Manage Multi-cluster Services feature on all memberships:
$ gcloud container fleet multi-cluster-services --help
Manage CloudRun feature on all memberships:
$ gcloud 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
Manage the CloudRun feature.
dataplane-v2-encryption
Manage Dataplane V2 Encryption Feature.
features
Manage Hub Feature resources.
fleetobservability
Manage Fleet Observability Feature.
identity-service
Manage Identity Service Feature.
ingress
Manage Multi-cluster Ingress Feature.
memberships
Manage memberships of all your GKE and other Kubernetes clusters with
fleets.
mesh
Manage Service Mesh Feature.
multi-cluster-services
Manage Multi-cluster Services Feature.
policycontroller
Manage Policy Controller Feature.
scopes
Manage scopes of all your GKE fleets.
COMMANDS
COMMAND is one of the following:
create
Create a fleet.
delete
Delete a fleet.
describe
Show fleet info.
list
List fleets visible to the user in an organization.
update
Update a fleet.
NOTES
These variants are also available:
$ gcloud alpha container fleet
$ gcloud beta container fleet