1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/container/hub/help

122 lines
2.8 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud container hub - centrally manage features and services on all your
2022-03-09 08:39:30 +00:00
Kubernetes clusters with fleet
2022-03-01 04:29:52 +00:00
SYNOPSIS
2023-07-26 10:48:49 +00:00
gcloud container hub GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
2022-03-01 04:29:52 +00:00
DESCRIPTION
The command group to register GKE or other Kubernetes clusters running in a
variety of environments, including Google cloud, on premises in customer
2022-03-09 08:39:30 +00:00
datacenters, or other third party clouds with fleet. Fleet provides a
2022-03-01 04:29:52 +00:00
centralized control-plane to managed features and services on all
registered clusters.
A registered cluster is always associated with a Membership, a resource
2022-03-09 08:39:30 +00:00
within fleet.
2022-03-01 04:29:52 +00:00
EXAMPLES
2022-03-09 08:39:30 +00:00
Manage memberships of all your GKE and other Kubernetes clusters with
fleet:
2022-03-01 04:29:52 +00:00
$ gcloud container hub memberships --help
Manage Config Management feature on all memberships:
$ gcloud container hub config-management --help
Manage Multi-cluster Ingress feature on all memberships:
$ gcloud container hub ingress --help
Manage Multi-cluster Services feature on all memberships:
$ gcloud container hub multi-cluster-services --help
Manage CloudRun feature on all memberships:
$ gcloud container hub 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.
2023-12-14 10:23:58 +00:00
clusterupgrade
Configure the Fleet clusterupgrade feature.
2025-08-27 10:57:46 +00:00
config-management
Use the Config Management feature.
2023-12-06 10:10:36 +00:00
dataplane-v2-encryption
Manage Dataplane V2 Encryption Feature.
2022-03-01 04:29:52 +00:00
features
Manage Hub Feature resources.
2023-07-20 11:47:25 +00:00
fleetobservability
Manage Fleet Observability Feature.
2022-05-18 08:41:01 +00:00
identity-service
Manage Identity Service Feature.
2022-03-01 04:29:52 +00:00
ingress
Manage Multi-cluster Ingress Feature.
memberships
2023-01-19 00:56:33 +00:00
Manage memberships of all your GKE and other Kubernetes clusters with
2022-06-08 09:13:38 +00:00
fleets.
2022-03-01 04:29:52 +00:00
mesh
Manage Service Mesh Feature.
multi-cluster-services
Manage Multi-cluster Services Feature.
2024-02-07 10:26:58 +00:00
operations
Manage Anthos fleet long-running operations.
2025-08-13 10:57:56 +00:00
packages
Manage Fleet Packages resources.
2023-11-09 11:45:52 +00:00
policycontroller
Manage Policy Controller Feature.
2025-06-14 05:31:37 +00:00
rbacrolebindingactuation
Manage RbacRoleBinding Actuation.
2023-08-23 10:30:46 +00:00
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.
2022-03-01 04:29:52 +00:00
NOTES
These variants are also available:
$ gcloud alpha container hub
$ gcloud beta container hub