Verifica che cert-manager sia stato installato correttamente con il comando 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
Riepilogo
Ora che hai installato cert-manager, puoi installare l'ASM per fornire la connettività della funzione di ingresso Istio per il tuo piano di runtime ibrido.
[[["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-06 UTC."],[[["This documentation pertains to Apigee hybrid version 1.6, which is now end-of-life and requires an upgrade to a newer version."],["The instructions detail how to install cert-manager version 1.5.4, a necessary component for Apigee hybrid, using a `kubectl` command to apply a YAML file from GitHub."],["Verification of the successful installation of cert-manager involves checking for the creation of resources and pods in the `cert-manager` namespace."],["The next step, following the cert-manager install, is installing ASM to provide the Istio ingress function connectivity."]]],[]]