Elimina l'istanza Apigee nel contesto appena selezionato con il comando apigeectl:
apigeectl delete --all -f overrides.yaml
Controlla i pod Kubernetes attuali:
kubectl get pods -n apigee
kubectl get pods -n apigee-system
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-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."]]],[]]