Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Nesta página, mostramos como ver o status de associação dos seus clusters, incluindo como listar todos os membros e ver detalhes da assinatura, como onome da assinatura ou, se tiverIdentidade da carga de trabalho da frota ativado. Use essas informações para confirmar se você registrou um cluster ou para executar outras tarefas no nível da frota.
É possível ver os clusters que foram registrados com sucesso usando a CLI gcloud ou o
Console do Google Cloud. Alguns detalhes adicionais de status estão disponíveis somente usando a gcloud CLI.
Console
Funções exigidas
Verifique se você tem as permissões mínimas para visualizar os clusters de frotas no console do Google Cloud.
O status de registro da frota de um cluster é mostrado nestas páginas:
A página de clusters do GKE exibe o nome da frota na coluna Frota da lista de clusters.
A página de detalhes do cluster do GKE mostra o nome de assinatura exclusivo do cluster no campo Assinatura do GKE Hub.
Se você tiver cargas de trabalho em execução no cluster, o nome da frota também será exibido na página "Cargas de trabalho" do GKE, na coluna Frota da lista de cargas de trabalho.
Os comandos a seguir fornecem informações sobre os membros da frota:
Liste todos os clusters registrados em um projeto:
gcloud container fleet memberships list \
--project=PROJECT_ID
Na resposta ao comando, a coluna Name lista os nomes das assinaturas dos
clusters registrados. O nome da assinatura pode ser igual ao
nome do cluster, dependendo do nome da assinatura escolhido quando
o cluster foi registrado. A coluna EXTERNAL_ID lista os
UIDs dos clusters no namespace kube-system. Encontre o UID de um
cluster com o seguinte comando:kubectl get namespace kube-system -o jsonpath='{.metadata.uid}'
Veja os detalhes da associação da frota sobre um cluster:
Esse comando retorna detalhes completos da associação ao cluster, inclusive quando ele foi registrado e se a Identidade da carga de trabalho da frota está ativada.
A seguir
Saiba mais sobre como trabalhar com clusters de frotas e se conectar a eles nos seguintes guias:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-01-31 UTC."],[],[],null,["# Get fleet membership status\n\nThis page shows you how to get the fleet membership status of your clusters, including listing all your fleet members, and getting membership details such as the cluster's [membership name](/kubernetes-engine/fleet-management/docs/fleet-creation#about_fleet_membership) or if it has [fleet Workload Identity](/kubernetes-engine/fleet-management/docs/use-workload-identity) enabled. You can use this information to validate that you have successfully registered a cluster, or to perform other fleet-level tasks.\n\nYou can view clusters that have been successfully registered by using the gcloud CLI or the\nGoogle Cloud console. Some additional status details are available only by using the gcloud CLI. \n\n### Console\n\n### Required roles\n\nEnsure you have the [minimum permissions](/kubernetes-engine/fleet-management/docs/console) to view fleet clusters in the Google Cloud console.\n\nA cluster's fleet registration status is shown in the following pages:\n\n- The GKE clusters page displays the fleet name in the cluster list's **Fleet** column.\n\n [Go to Kubernetes clusters](https://console.cloud.google.com/kubernetes/list)\n- The GKE cluster details page shows the cluster's [unique membership name](/kubernetes-engine/fleet-management/docs/fleet-creation#about_fleet_membership) in the **GKE Hub Membership** field.\n\n- If you have running workloads on the cluster, the fleet name is also displayed on the GKE workloads page, in the workload list's **Fleet** column.\n\n [Go to Workloads](https://console.cloud.google.com/kubernetes/workload/overview)\n\n### gcloud\n\nThe following commands provide information about fleet members:\n\n- List all registered clusters in a project:\n\n gcloud container fleet memberships list \\\n --project=\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n\n In the command output, the `Name` column lists the [membership names](/kubernetes-engine/fleet-management/docs/fleet-creation#about_fleet_membership) of\n registered clusters. The membership name might be the same as the\n cluster name depending on the membership name that was chosen when\n the cluster was registered. The `EXTERNAL_ID` column lists the\n clusters' UIDs in the `kube-system` namespace. You can find a cluster's\n UID with the following command:\n `kubectl get namespace kube-system -o jsonpath='{.metadata.uid}'`\n\n \u003cbr /\u003e\n\n | **Note:** Depending on the version, admin clusters in Google Distributed Cloud deployments on VMware might not be in the command output. If you don't know the membership name of the admin cluster, run the following command on your admin workstation to get the membership name: `kubectl describe membership membership --kubeconfig `\u003cvar translate=\"no\"\u003eADMIN_CLUSTER_KUBECONFIG\u003c/var\u003e\n- View fleet membership details about a cluster:\n\n gcloud container fleet memberships describe \u003cvar translate=\"no\"\u003eMEMBERSHIP_NAME\u003c/var\u003e \\\n --project=\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n\n This command returns complete details of your cluster's fleet membership, including when it was registered and if it has [fleet Workload Identity](/kubernetes-engine/fleet-management/docs/use-workload-identity) enabled.\n\nWhat's next\n-----------\n\nLearn more about working with, and connecting to fleet clusters in the following guides:\n\n- [Manage identity for authenticating to clusters](/kubernetes-engine/fleet-management/docs/secure#manage_identity)\n- [Work with fleet clusters from the Google Cloud console](/kubernetes-engine/fleet-management/docs/console)\n- [Work with fleet clusters from the command line](/kubernetes-engine/fleet-management/docs/command-line)"]]