InfoGrab Docs

Auto-Update Agent Rollout 리소스 참조

Teleport auto-update agent rollout 리소스의 필드 종합 목록을 제공합니다.

auto-update 에이전트 롤아웃 리소스를 통해 클러스터 관리자는 Teleport 에이전트 관리형 업데이트(v2)의 현재 에이전트 롤아웃 상태를 볼 수 있습니다. 이 리소스는 사람이 직접 편집하지 않아야 합니다. kind: autoupdate_agent_rollout metadata: # autoupdate_agent_rollout is a singleton resource. There can be only one instance # of this resource in the Teleport cluster, and it must be named `autoupdate-agent-rollout`. name: autoupdate-agent-rollout spec: # start_version is the version used to install new agents before their # group's scheduled update time. Agents never update to the start_version # automatically, but may be required to via "teleport-update update --now". start_version: v17.2.0 # target_version is the version that agents update to during their group's # scheduled update time. New agents also use this version after their group's # scheduled update time. target_version: v17.2.1 # schedule used to roll out updates. # The regular schedule is defined in the autoupdate_config resource. # The immediate schedule updates all agents to target_version immediately. # Possible values: "regular" or "immediate" schedule: regular # autoupdate_mode allows users to enable, disable, or suspend agent updates at the # cluster level. Disable agent automatic updates only if self-managed # updates are in place. This value may also be set in autoupdate_config. # If set in both places, disabled overrides suspended, which overrides enabled. # Possible values: "enabled", "disabled", "suspended" autoupdate_mode: enabled # strategy used to roll out updates to agents. # Th