Topik ini menjelaskan cara menentukan namespace Kubernetes kustom untuk cert-manager.
Pada umumnya, cert-manager berjalan di namespace cert-manager. Beberapa pengguna mungkin memiliki
kebijakan perusahaan yang membatasi pembuatan namespace Kubernetes baru atau memiliki kebijakan yang mewajibkan
cert-manager dijalankan di namespace yang berbeda, misalnya kube-system.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-12 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."]]],[]]