Skip to main content

실행기 확장 집합

실행기 확장 집합이란 무엇인지, 또한 Actions Runner Controller와 어떻게 상호 작용하는지 알아보세요.

실행기 확장 집합 정보

실행기 확장 집합은 GitHub Actions에서 작업을 할당할 수 있는 같은 유형의 실행기 그룹입니다. 실행기 확장 집합이 소유한 활성 실행기 수는 Actions Runner Controller(ARC)와 같은 자동 스케일링 실행기 솔루션으로 제어할 수 있습니다.

실행기 그룹을 사용하여 실행기 확장 집합을 관리할 수 있습니다. 자체 호스팅 실행기와 마찬가지로 기존 실행기 그룹에 실행기 확장 집합을 추가할 수 있습니다. 그러나 실행기 확장 집합은 한 번에 하나의 실행기 그룹에만 속할 수 있으며 하나의 레이블만 지정할 수 있습니다.

실행기 확장 집합에 작업을 할당하려면 실행기 확장 집합의 이름을 참조하도록 워크플로를 구성해야 합니다. 자세한 내용은 워크플로에서 Actions Runner Controller 실행기 사용을(를) 참조하세요.

다음은 Apache-2.0 라이선스에서 https://github.com/actions/actions-runner-controller/로부터 일부 조정되었습니다.

Copyright 2019 Moto Ishizawa

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

다음 단계