teleport-operator 차트 레퍼런스
teleport-operator Helm 차트를 사용하여 설정할 수 있는 값들
teleport-operator Helm 차트는 Teleport Kubernetes Operator를 배포합니다. 차트를 통해 배포하면 operator는 Kubernetes에 있거나 원격 클러스터(Teleport Cloud 등)에 있는 Teleport 클러스터에 참여할 수 있습니다. 자세한 내용은 원격 Teleport 클러스터용 Kubernetes Operator 가이드 를 참조하세요. GitHub에서 소스를 탐색할 수 있습니다 . 버전 요구 사항 teleport-operator 차트는 Teleport 15에서 도입되었습니다. 이전 버전은 teleport-cluster 차트와 별도로 operator를 실행하는 것을 지원하지 않습니다. teleport-operator 차트는 projected volumes 지원 이 있는 Kubernetes 1.20+가 필요합니다. 버전 호환성 차트는 Teleport Kubernetes Operator와 함께 버전이 관리됩니다. operator와 차트 버전이 다를 경우 호환성을 보장하지 않습니다. --version Helm 플래그를 사용하여 차트와 operator 버전을 항상 맞추는 것을 강력히 권장합니다. enabled # Type Default bool true enabled controls if the operator should be enabled and deployed. When true , the chart creates both the CustomResourceDefinition and operator Deployment Kubernetes resources. When false , the chart creates the CustomResourceDefinition resources without the operator Deployment . installCRDs # Type Default string "dynamic" installCRDs controls if the chart should install the CRDs. There are 3 possible values: dynamic, always, never. "dynamic" means the CRDs are installed if the operator is enabled or if the CRDs are already present in the cluster. The presence check is here to avoid all CRDs to be removed if you temporarily disable the operator. Removing CRDs triggers a cascading deletion, which removes CRs, and all the related resources in Teleport. "always" means the CRDs are always installed "never" means the CRDs are never installed teleportAddress # Type Default
