mumoshu
285cfd69cd
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-06-29 06:51:20 +00:00
mumoshu
c1fb952a94
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-06-27 07:51:38 +00:00
mumoshu
b1916a0e1a
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-06-11 00:21:50 +00:00
mumoshu
44972a284c
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-06-09 23:31:21 +00:00
toast-gear
6dd93508e7
Update index.yaml
...
Signed-off-by: toast-gear <toast-gear@users.noreply.github.com>
2021-06-08 18:25:40 +00:00
mumoshu
930efd244d
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-04-18 04:59:38 +00:00
mumoshu
60f577ea04
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-04-06 01:10:56 +00:00
mumoshu
31a16d3c2e
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-03-19 02:16:24 +00:00
mumoshu
c53a03372d
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-03-18 23:57:04 +00:00
mumoshu
e9caad7dec
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-03-18 01:37:25 +00:00
mumoshu
7a21693912
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-03-17 22:37:12 +00:00
mumoshu
942fc9fe00
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-03-16 01:53:11 +00:00
mumoshu
a2096046d5
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-03-14 01:22:24 +00:00
mumoshu
a7cb21605c
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-03-09 06:04:20 +00:00
mumoshu
c495ce47ed
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-03-05 11:28:36 +00:00
mumoshu
f1a1941455
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-03-03 00:22:03 +00:00
mumoshu
a19eab8382
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-02-26 00:27:48 +00:00
mumoshu
4ee7e5541f
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-02-18 11:21:46 +00:00
mumoshu
013d5bd2b2
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-02-17 23:44:33 +00:00
mumoshu
c1d36ebaef
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-02-16 08:17:08 +00:00
mumoshu
71eb2ae333
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-02-16 00:46:35 +00:00
mumoshu
dd1ad63ca9
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-02-07 07:47:05 +00:00
mumoshu
de7e37509c
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-01-29 00:30:24 +00:00
mumoshu
51918fecbe
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-01-25 00:15:39 +00:00
mumoshu
4fb7d154d6
Update index.yaml
...
Signed-off-by: mumoshu <mumoshu@users.noreply.github.com>
2021-01-24 06:37:49 +00:00
Yusuke Kuoka
ace95d72ab
Fix self-update failuers due to /runner/externals mount ( #253 )
...
* Fix self-update failuers due to /runner/externals mount
Fixes #252
* Tested Self-update Fixes (#269 )
Adding fixes to #253 as confirmed and tested in https://github.com/summerwind/actions-runner-controller/issues/264#issuecomment-764549833 by @jolestar, @achedeuzot and @hfuss 🙇 🍻
Co-authored-by: Hayden Fuss <wifu1234@gmail.com>
2021-01-24 10:58:35 +09:00
Johannes Nicolai
42493d5e01
Adding --name-space parameter in example ( #259 )
...
* when setting a GitHub Enterprise server URL without a namespace, an error occurs: "error: the server doesn't have a resource type "controller-manager"
* setting default namespace "actions-runner-system" makes the example work out of the box
2021-01-22 10:12:04 +09:00
Johannes Nicolai
94e8c6ffbf
minReplicas <= desiredReplicas <= maxReplicas ( #267 )
...
* ensure that minReplicas <= desiredReplicas <= maxReplicas no matter what
* before this change, if the number of runners was much larger than the max number, the applied scale down factor might still result in a desired value > maxReplicas
* if for resource constraints in the cluster, runners would be permanently restarted, the number of runners could go up more than the reverse scale down factor until the next reconciliation round, resulting in a situation where the number of runners climbs up even though it should actually go down
* by checking whether the desiredReplicas is always <= maxReplicas, infinite scaling up loops can be prevented
2021-01-22 10:11:21 +09:00
callum-tait-pbx
563c79c1b9
feat/helm: add manager secret to Helm chart ( #254 )
...
* feat: adding maanger secret to Helm
* fix: correcting secret data format
* feat: adding in common labels
* fix: updating default values to have config
The auth config needs to be commented out by default as we don't want to deploy both configs empty. This may break stuff, so we want the user to actively uncomment the auth method they want instead
* chore: updating default format of cert
* chore: wording
2021-01-22 10:03:25 +09:00
Johannes Nicolai
cbb41cbd18
Updating custom container example ( #260 )
...
* use latest instead of outdated version
* use sudo for package install (required)
* use sudo for package meta data removal (required)
2021-01-22 09:57:42 +09:00
Johannes Nicolai
64a1a58acf
GitHub runner groups have to be created first ( #261 )
...
* in contrast to runner labels, GitHub runner groups are not automatically created
2021-01-22 09:52:35 +09:00
Reinier Timmer
524cf1b379
Update runner to v2.275.1 ( #239 )
2020-12-18 08:38:39 +09:00
ZacharyBenamram
0dadddfc7d
Update README for "PercentageRunnersBusy" HRA metric type ( #237 )
...
* adding readme for new hpa scheme
* callum's comments
Co-authored-by: Zachary Benamram <zacharybenamram@blend.com>
2020-12-17 10:21:27 +09:00
ZacharyBenamram
48923fec56
Autoscaling: Percentage runners busy - remove magic number used for round up ( #235 )
...
* remove magic number for autoscaling
Co-authored-by: Zachary Benamram <zacharybenamram@blend.com>
2020-12-15 14:38:01 +09:00
ZacharyBenamram
466b30728d
Add "PercentageRunnersBusy" horizontal runner autoscaler metric type ( #223 )
...
* hpa scheme based off busy runners
* running make manifests
Co-authored-by: Zachary Benamram <zacharybenamram@blend.com>
2020-12-13 08:48:19 +09:00
callum-tait-pbx
c13704d7e2
feat: custom labels ( #231 )
...
Co-authored-by: Callum Tait <callum.tait@PBXUK-HH-05772.photobox.priv>
2020-12-13 08:33:04 +09:00
callum-tait-pbx
fb49bbda75
feat: adding helm config for dind sidecar ( #232 )
...
Co-authored-by: Callum Tait <callum.tait@PBXUK-HH-05772.photobox.priv>
2020-12-13 08:31:24 +09:00
Reinier Timmer
8d6f77e07c
Remove beta GitHub client implementations ( #228 )
2020-12-10 09:08:51 +09:00
Yusuke Kuoka
dfffd3fb62
feat: EKS IAM Roles for Service Accounts for Runner Pods ( #226 )
...
One of the pod recreation conditions has been modified to use hash of runner spec, so that the controller does not keep restarting pods mutated by admission webhooks. This naturally allows us, for example, to use IRSA for EKS that requires its admission webhook to mutate the runner pod to have additional, IRSA-related volumes, volume mounts and env.
Resolves #200
2020-12-08 17:56:06 +09:00
Juho Saarinen
f710a54110
Don't compare runner connetion token at restart need check ( #227 )
...
Fixes #143
2020-12-08 08:48:35 +09:00
Yusuke Kuoka
85c29a95f5
runner: Add support for ruby/setup-ruby ( #224 )
...
It turned out previous versions of runner images were unable to run actions that require `AGENT_TOOLSDIRECTORY` or `libyaml` to exist in the runner environment. One of notable examples of such actions is [`ruby/setup-ruby`](https://github.com/ruby/setup-ruby ).
This change adds the support for those actions, by setting up AGENT_TOOLSDIRECTORY and installing libyaml-dev within runner images.
2020-12-06 11:53:38 +09:00
Erik Nobel
a2b335ad6a
Github pkg: Bump github package to version 33 ( #222 )
2020-12-06 10:01:47 +09:00
Tom Bamford
56c57cbf71
ci: Replace deprecated crazy-max buildx action to use alternative docker actions ( #197 )
...
Deprecated action `crazy-max/setup-buildx-action@v1` has been replaced with:
`docker/setup-qemu-action@v1`
`docker/setup-buildx-action@v1`
`docker/login-action@v1`
`docker/build-push-action@v2`
See: https://github.com/crazy-max/ghaction-docker-buildx
2020-12-06 10:00:10 +09:00
Ahmad Hamade
837563c976
Adding priorityClassName to helm chart ( #215 )
...
* Adding priorityClassName to helm chart and README file
* removed README and revert chart version
2020-11-30 09:04:25 +09:00
ZacharyBenamram
df99f394b4
Remove 10 minute buffer to token expiration ( #214 )
...
Co-authored-by: Zachary Benamram <zacharybenamram@blend.com>
2020-11-30 09:03:27 +09:00
Shinnosuke Sawada
be25715e1e
Use TLS for secure docker connection ( #192 )
2020-11-30 08:57:33 +09:00
Yusuke Kuoka
4ca825eef0
Publish runner images for v2.274.2
...
Ref #212
2020-11-27 08:49:58 +09:00
Yusuke Kuoka
e5101554b3
Fix release workflow to not use add-path
...
Fixes #208
2020-11-26 08:39:03 +09:00
Reinier Timmer
ee8fb5a388
parametrized working directory ( #185 )
...
* parametrized working directory
* manifests v3.0
2020-11-25 08:55:26 +09:00
Erik Nobel
4e93879b8f
[BUG?]: Create mountpoint for /externals/ ( #203 )
...
* runner/controller: Add externals directory mount point
* Runner: Create hack for moving content of /runner/externals/ dir
* Externals dir Mount: mount examples for '__e/node12/bin/node' not found error
2020-11-25 08:53:47 +09:00