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 guide details how to decommission a region in a multi-region Apigee hybrid environment."],["Before starting, ensure no live traffic is directed to the region scheduled for deletion."],["The process begins by setting the Kubernetes context to the region that will be decommissioned using `kubectl config use-context`."],["Decommissioning is completed by deleting the Apigee instance within the selected context using the `apigeectl delete` command."],["After deletion, Verify the removed Cassandra data center is removed from the other existing regions by setting their contexts and using `nodetool status`."]]],[]]