Vérifiez que cert-manager est correctement installé à l'aide de la commande kubectl get pods :
kubectl get pods -n cert-manager
NAME READY STATUS RESTARTS AGE
cert-manager-86c986667c-7tqgv 1/1 Running 0 2d21h
cert-manager-cainjector-74ccd955db-sb6ls 1/1 Running 0 2d21h
cert-manager-webhook-7cbb85cfb7-z9kwq 1/1 Running 0 2d21h
Résumé
Maintenant, cert-manager est installé. Vous êtes prêt à installer ASM pour fournir la connectivité des fonctions d'entrée Istio pour votre plan d'exécution hybride.
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/03/12 (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/03/12 (UTC)."],[[["This documentation covers the installation of cert-manager version 1.7.2, which is required for Apigee hybrid to function."],["A fresh installation on a supported Anthos platform does not require these steps, as Anthos (version 1.8.2 and later) includes its own cert-manager, usable if installed in the `cert-manager` namespace."],["If a custom cert-manager is necessary, consult the instructions in the 'Conflicting `cert-manager` installation' documentation before proceeding."],["Installation of cert-manager is done using a `kubectl` command that applies the cert-manager configuration from GitHub."],["Verify the successful installation of cert-manager using `kubectl get pods -n cert-manager` and observing the status of the pods."]]],[]]