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-03-06 (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`."]]],[]]