feat: RunnerSet backed by StatefulSet by mumoshu · Pull Request #629 · actions/actions-runner-controller
mumoshu
changed the title
WIP: feat: RunnerSet backed by StatefulSet
feat: RunnerSet backed by StatefulSet
mumoshu added a commit that referenced this pull request
Jun 23, 2021`HRA.Spec.ScaleTargetRef.Kind` is added to denote that the scale-target is a RunnerSet.
It defaults to `RunnerDeployment` for backward compatibility.
```
apiVersion: actions.summerwind.dev/v1alpha1
kind: HorizontalRunnerAutoscaler
metadata:
name: myhra
spec:
scaleTargetRef:
kind: RunnerSet
name: myrunnerset
```
Ref #629
Ref #613
Ref #612
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters