Löschen Sie die Apigee-Instanz in dem gerade ausgewählten Kontext mit dem Befehl apigeectl:
Apigeectl delete --all -f overrides.yaml
Prüfen Sie die aktuellen Kubernetes-Pods:
Kubectl get pods -n apigee
Kubectl get pods -n apigee-system
Ändern Sie den Kontext zu anderen vorhandenen Regionen und achten Sie darauf, dass das Cassandra-Rechenzentrum aus dem vorhandenen Ring entfernt wird. Die Ausgabe sollte nicht die entfernten Rechenzentrumsdetails enthalten.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-12 (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`."]]],[]]