Pour supprimer les composants Apigee pour un champ d'application spécifique, utilisez apigeectl avec les options du champ d'application qui inclut ces composants :
--all-envs : tous les composants de champ d'application de l'environnement dans tous les environnements de l'organisation nommée dans le fichier de configuration de remplacement
--datastore : Cassandra
--env env-name : les composants de champ d'application de l'environnement : Runtime, Synchronize et UDCA
--org : les composants de champ d'application de l'organisation : l'agent Apigee Connect, Mart et Watcher
Pour désinstaller cert-manager, consultez la section Désinstaller sur Kubernetes dans la documentation de cert-manager.
Pour en savoir plus sur la commande apigeectl, consultez la page apigeectl.
Exécutez la commande suivante pour supprimer cert-manager :
kubectl -n cert-manager delete secret apigee-ca
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/04/03 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/04/03 (UTC)."],[[["Version 1.9 of the Apigee hybrid documentation is currently being viewed, and more information about supported versions can be found in the documentation."],["To remove Apigee components within a specific scope, you must use the `apigeectl delete` command along with flags to designate the scope, such as `--all-envs`, `--datastore`, `--env`, `--org`, `--settings virtualhosts`, or `--telemetry`."],["To remove all Apigee components from the cluster, use the `apigeectl delete -f your_overrides_file.yaml` command."],["To delete the complete Apigee hybrid installation, except for cert-manager, run `apigeectl delete` twice, first with the default scope, then again with the `--all` flag, and then follow up by verifying the deletion."],["Cert-manager must be uninstalled separately by using the command to remove the secret from the cluster, `kubectl -n cert-manager delete secret apigee-ca`, following the linked documentation."]]],[]]