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-10 UTC."],[[["This documentation guides you through specifying a custom Kubernetes namespace for cert-manager, which typically runs in the `cert-manager` namespace."],["You may need to use a custom namespace due to company policies or specific requirements to run cert-manager in a different namespace, such as `kube-system`."],["To install cert-manager in a custom namespace, you'll need to edit the installation manifests and add a `certManager` stanza to your overrides file, specifying the new namespace."],["After installing, you can verify that cert-manager is running correctly in the new namespace by using the `kubectl get pods` command."],["If cert-manager was installed in the `cert-manager` namespace previously, it should be uninstalled."]]],[]]