tbot 차트 레퍼런스
tbot Helm 차트를 사용하여 설정할 수 있는 값들
이 차트는 Machine & Workload Identity 에이전트인 TBot 인스턴스를 Kubernetes 클러스터에 배포합니다. 사용하려면 다음을 알아야 합니다: Teleport Proxy Service 또는 Auth Service의 주소 Teleport 클러스터의 이름 Kubernetes의 Machine & Workload Identity 가이드 에 설명된 대로 Machine & Workload Identity 및 Kubernetes 클러스터에 대해 구성된 조인 토큰의 이름 기본적으로 이 차트는 kubernetes 조인 방법을 사용하도록 설계되었지만, 위임된 조인 방법을 사용하도록 사용자 지정할 수 있습니다. 이 차트에서 token 조인 방법을 사용하는 것은 권장하지 않습니다. 최소 구성 # 이 기본 구성은 Teleport 자격증명 파일을 배포 네임스페이스에서 <helm-release-name>-out 이라는 시크릿에 씁니다. 예를 들어 tbot-out 입니다. clusterName: "test.teleport.sh" teleportProxyAddress: "test.teleport.sh:443" token: "my-token" 전체 레퍼런스 # image # Type Default string "public.ecr.aws/gravitational/tbot-distroless" image sets the container image used for tbot pods created by this chart. You can override this to use your own tbot image rather than a Teleport-published image. clusterName # Type Default string "" clusterName should be the name of the Teleport cluster that your Bot will join. You can retrieve it by running tctl status . For example: clusterName: "test.teleport.sh" teleportProxyAddress # Type Default string "" teleportProxyAddress is the teleport Proxy Service address the bot will connect to. This must contain the port number, usually 443 or 3080 for Proxy Service. Connecting to the Proxy Service is the most common and recommended way to connect to Teleport. This is mandatory to connect to Teleport Enterprise (Cloud) This setting is mutually exclusive with teleportProxyAddress and is ignored if
