Borra la instancia de Apigee en el contexto que acabas de seleccionar con el comando apigeectl:
apigeectl delete --all -f overrides.yaml
Verifica los Pods actuales de Kubernetes:
kubectl get pods -n apigee
kubectl get pods -n apigee-system
Configura el contexto en otras regiones existentes y asegúrate de que el centro de datos de Cassandra se quite del anillo existente. El resultado no debería mostrar los detalles del centro de datos que se quitaron.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-04-03 (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."]]],[]]