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 document guides you through configuring cert-manager to operate within a custom Kubernetes namespace instead of the default `cert-manager` namespace."],["You must manually create the desired namespace, such as `new-cert-manager-namespace`, before installing cert-manager."],["Modifications to the cert-manager installation manifests are necessary to deploy it into a custom namespace as detailed in the linked documentation."],["The `certManager` stanza in your overrides file should be updated to include the desired namespace, and the changes should be applied using the `apigeectl init` command."],["If cert-manager was previously running in the default namespace, you need to follow the cert-manager uninstallation steps before continuing."]]],[]]