Auto-Update Agent Report 리소스 참조
Teleport auto-update agent report 리소스의 필드 종합 목록을 제공합니다.
auto-update 에이전트 리포트는 Auth Service가 어떤 에이전트가 어떤 버전을 실행 중인지 추적하고 업데이트를 진행할 수 있는지 결정하는 데 사용하는 내부 리소스입니다. 이 리소스는 사람이 직접 편집하지 않아야 합니다. kind: autoupdate_agent_report version: v1 metadata: # Instance ID of the auth that generated the report. name: auth1 spec: # When the report was generated. timestamp: 2025-05-28T11:22:41.924956-04:00 # Map of the agent groups seen by the auth. groups: dev: # Map of the agent versions seen for this group by the auth. versions: "1.2.3": # Number of registered agents with this version. count: 15 "1.2.4": count: 2 "1.2.5": count: 34 stage: versions: "1.2.3": count: 15 "1.2.4": count: 125 prod: versions: "1.2.5": count: 1543 # List of agents omitted from the report. omitted: - count: 120 reason: "version is pinned" - count: 12 reason: "managed update v1 updater does not support agent reports" - count: 42 reason: "updater version predates agent report"
