Elimina l'istanza Apigee nel contesto appena selezionato con il comando apigeectl:
Apigeectl delete --all -f overrides.yaml
Verifica che non ci siano pod rimanenti negli spazi dei nomi Apigee:
kubectl get pods -n apigee
kubectl get pods -n apigee-systemkubectl get pods -n cert-manager
Imposta il contesto su altre regioni esistenti e assicurati che il data center Cassandra venga rimosso
dall'anello esistente. L'output non deve mostrare i dettagli del data center rimosso.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]