이 주제에서는 cert-manager의 커스텀 Kubernetes 네임스페이스를 지정하는 방법을 설명합니다.
대부분의 경우 cert-manager는 cert-manager 네임스페이스에서 실행됩니다. 일부 사용자는 새 Kubernetes 네임스페이스 생성을 제한하는 회사 정책을 가지고 있거나 다른 네임스페이스에서 cert-manager를 실행해야 하는 정책이 있을 수 있습니다(예: kube-system).
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-12(UTC)"],[[["This guide details the process of installing and running cert-manager in a custom Kubernetes namespace, diverging from the default `cert-manager` namespace."],["Users can define a custom namespace for cert-manager using `kubectl` to create it and then modifying the installation manifests and the overrides file, instead of using the default namespace."],["The installation process involves editing the manifests, adding a `certManager` stanza to the overrides file with the desired namespace, and then using `helm` to apply the changes."],["After installation, it is essential to verify that cert-manager is running correctly in the new namespace by checking the pod status with `kubectl get pods`."],["If a previous instance of cert-manager existed, users will need to delete it from the default `cert-manager` namespace before installing in the new namespace."]]],[]]