Questo argomento spiega come specificare uno spazio dei nomi Kubernetes personalizzato per cert-manager.
Nella maggior parte dei casi, cert-manager viene eseguito nello spazio dei nomi cert-manager. Alcuni utenti potrebbero avere criteri aziendali che limitano la creazione di nuovi spazi dei nomi Kubernetes o criteri che richiedono l'esecuzione di cert-manager in uno spazio dei nomi diverso, ad esempio kube-system.
Specifica uno spazio dei nomi personalizzato per cert-manager
[[["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-10 UTC."],[[["This guide details the process of installing and running cert-manager in a custom Kubernetes namespace, diverging from the default `cert-manager` namespace."],["Users can define a custom namespace for cert-manager using `kubectl` to create it and then modifying the installation manifests and the overrides file, instead of using the default namespace."],["The installation process involves editing the manifests, adding a `certManager` stanza to the overrides file with the desired namespace, and then using `helm` to apply the changes."],["After installation, it is essential to verify that cert-manager is running correctly in the new namespace by checking the pod status with `kubectl get pods`."],["If a previous instance of cert-manager existed, users will need to delete it from the default `cert-manager` namespace before installing in the new namespace."]]],[]]