Borra la instancia de Apigee en el contexto que acabas de seleccionar con el comando apigeectl:
Apigeectl delete --all -f overrides.yaml
Verifica que no queden Pods en los espacios de nombres de Apigee:
kubectl get pods -n apigee
kubectl get pods -n apigee-systemkubectl get pods -n cert-manager
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-03-12 (UTC)"],[[["This document guides you through the process of decommissioning a region in an Apigee hybrid multi-region environment."],["Before starting, ensure that no live traffic is directed to the region you intend to decommission."],["The process involves setting the Kubernetes context to the region being decommissioned, and then deleting the Apigee instance in that context using the `apigeectl` command."],["After deletion, it is important to verify that no pods remain in the Apigee namespaces and that the Cassandra datacenter for the decommissioned region has been removed from the existing ring."],["Note that if stale references of the decommissioned region still appear in the Cassandra nodetool output, there are steps that need to be followed, that are linked in the documentation."]]],[]]