Auto-Update Config 리소스 참조
Teleport auto-update config 리소스의 필드 종합 목록을 제공합니다.
auto-update 구성 리소스는 Teleport 에이전트 및 클라이언트 도구 관리형 업데이트(v2)의 구성 옵션을 포함합니다. Warning autoupdate_config 및 autoupdate_version 리소스는 관리형 업데이트 v2와 관리형 업데이트 v1을 구성합니다. 위의 cluster_maintenance_config 는 현재 지원되지만 향후 버전에서 deprecated될 관리형 업데이트 v1만 구성합니다. kind: autoupdate_config metadata: # autoupdate_config is a singleton resource. There can be only one instance # of this resource in the Teleport cluster, and it must be named `autoupdate-config`. name: autoupdate-config spec: agents: # mode allows users to enab
