Exclua a instância da Apigee no contexto que você acabou de selecionar com o comando
apigeectl:
apigeectl delete --all -f overrides.yaml
Verifique os pods atuais do Kubernetes:
kubectl get pods -n apigee
kubectl get pods -n apigee-system
Defina o contexto para outras regiões existentes e verifique se o data center do cassandra foi removido do anel atual. A saída não deve mostrar os detalhes do data center removidos.
[[["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-03-12 UTC."],[[["This document guides you through decommissioning a region in a multi-region Apigee hybrid environment."],["Before decommissioning, ensure no live traffic is directed to the region you intend to remove."],["Use `kubectl` to set the Kubernetes context to the region you wish to decommission."],["Execute the `apigeectl delete --all` command to remove the Apigee instance within the selected context."],["Verify the Cassandra datacenter of the decommissioned region is removed from the other regions using `nodetool` status."]]],[]]