1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 10:56:49 +00:00
gcloud-help/gcloud/beta/container/fleet/help
2023-03-01 10:23:17 +00:00

87 lines
2.3 KiB
Text

NAME
gcloud beta container fleet - centrally manage features and services on all
your Kubernetes clusters with fleet
SYNOPSIS
gcloud beta container fleet GROUP [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) 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 beta container fleet memberships --help
Manage Config Management feature on all memberships:
$ gcloud beta container fleet config-management --help
Manage Multi-cluster Ingress feature on all memberships:
$ gcloud beta container fleet ingress --help
Manage Multi-cluster Services feature on all memberships:
$ gcloud beta container fleet multi-cluster-services --help
Manage CloudRun feature on all memberships:
$ gcloud beta 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
(BETA) Manage the CloudRun feature.
config-management
(BETA) Manage Config Management Feature.
features
(BETA) Manage Hub Feature resources.
identity-service
(BETA) Manage Identity Service Feature.
ingress
(BETA) Manage Multi-cluster Ingress Feature.
memberships
(BETA) Manage memberships of all your GKE and other Kubernetes clusters
with fleets.
mesh
(BETA) Manage Service Mesh Feature.
multi-cluster-services
(BETA) Manage Multi-cluster Services Feature.
namespaces
(BETA) Fleet namespaces are the fleet equivalent of k8s cluster
namespaces.
scopes
(BETA) Manage scopes of all your GKE fleets.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud container fleet
$ gcloud alpha container fleet