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 explains how to install and run cert-manager in a custom Kubernetes namespace instead of the default `cert-manager` namespace."],["Users might need to run cert-manager in a different namespace due to company policies or restrictions on creating new namespaces."],["The process involves creating the custom namespace, editing the installation manifests to specify the new namespace, and applying these changes via the overrides file."],["After applying the changes, you can verify the installation in the new namespace by using the `kubectl get pods` command, followed by deleting the original instance if needed."],["The documentation directs users to the official cert-manager documentation for installation and uninstallation instructions, if needed."]]],[]]