InfoGrab Docs

Managed Updates 리소스 레퍼런스

이 페이지는 Managed Updates v2 리소스의 세부 사항을 설명합니다.

이 문서는 Managed Updates v2 리소스에 대한 상세 레퍼런스 정보를 제공합니다. 참고: 에이전트 업데이트 아키텍처 및 보안 불변성을 설명하는 Managed Updates 아키텍처 . Managed Updates 설정 방법에 대한 자세한 내용은 Managed Updates 가이드 . Managed Updates v2 리소스 # 사용자 대면 # Managed Updates는 두 가지 사용자 대면 리소스를 통해 구성됩니다: autoupdate_config # 업데이트가 적용되는 방법과 시기를 설명합니다. 설정 변경은 다음 롤아웃 시 적용됩니다. 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 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_version. # If set in both places, disabled overrides suspended, which overrides enabled. # Possible values: "enabled", "disabled", "suspended" # Default: "disabled" (unless specified in autoupdate_version) mode: enabled # strategy used to roll out updates to agents. Applies to every group. # The halt-on-error strategy ensures that groups earlier in the schedule are # given the opportunity to update to the target_version before groups that are # later in the schedule. (Currently, the schedule must be stopped manually by # setting the mode to "suspended" or "disabled". In the future, errors will be # detected automatically). # The time-based strategy ensure that each group updates within a defined # time window, with no dependence between