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-27 UTC."],[[["This guide details the process of installing cert-manager in a custom Kubernetes namespace, deviating from the default `cert-manager` namespace."],["To install cert-manager in a custom namespace, you need to create the namespace, modify the installation manifests, and configure the `certManager` stanza in your overrides file."],["The process requires using `helm upgrade` commands with your modified overrides file to apply the namespace change, after testing with a dry run first."],["Verification of the installation in the custom namespace is achieved using the `kubectl get pods` command with the designated namespace."],["If cert-manager was already running in the default namespace, it must be uninstalled following the official cert-manager uninstallation guide after setting up the custom namespace."]]],[]]