이 주제에서는 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 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."]]],[]]