Yusuke Kuoka
96f2da1c2e
Merge pull request #1262 from fgalind1/patch-4
...
Fix deleting a runner when pod was deleted
2022-04-08 10:17:13 +09:00
Yusuke Kuoka
cac8b76c68
Merge pull request #1292 from actions-runner-controller/renovate/sigs.k8s.io-controller-runtime-0.x
...
fix(deps): update module sigs.k8s.io/controller-runtime to v0.11.2
2022-04-08 10:14:47 +09:00
Felipe Galindo Sanchez
e24d942d63
Merge remote-tracking branch 'upstream/master' into patch-4
2022-04-06 06:43:01 -07:00
Felipe Galindo Sanchez
b855991373
ci: pin go version to the known working version ( #1303 )
2022-04-06 09:34:48 +01:00
Felipe Galindo Sanchez
e7e48a77e4
Merge remote-tracking branch 'upstream/master' into patch-4
2022-04-04 09:54:08 -07:00
Yusuke Kuoka
85dea9b67c
Merge pull request #1285 from actions-runner-controller/docs/runnersets
...
docs: add limitations to runnersets + reorder
2022-04-03 18:18:54 +09:00
Yusuke Kuoka
1d9347f418
chore: bump chart to latest ( #1300 )
...
* chore: bump chart to latest
Bumps the chart version along with the controller version.
We bump the patch number for the chart as the release for the controller is a patch release.
That's the same handling as we've done in the previous version ecc8b4472a
As always, be sure to upgrade CRDs before updating the controller version!
Otherwise it can break in interesting ways.
* docs: expand on CRD upgrade requirement
Co-authored-by: Callum Tait <15716903+toast-gear@users.noreply.github.com>
2022-04-03 10:15:39 +01:00
Yusuke Kuoka
631a70a35f
Fix runner pod to be cleaned up earlier regardless of the sync period ( #1299 )
...
Ref #1291
2022-04-03 11:12:44 +09:00
Yusuke Kuoka
b614dcf54b
Make the hard-coded runner startup timeout to avoid race on token expiration longer ( #1296 )
...
Ref #1295
2022-04-03 09:59:35 +09:00
Callum Tait
14f9e7229e
docs: highlight why persistent are not ideal
2022-04-01 15:49:15 +01:00
Renovate Bot
82770e145b
fix(deps): update module sigs.k8s.io/controller-runtime to v0.11.2
2022-03-30 21:38:12 +00:00
Renovate Bot
971c54bf5c
chore(deps): update dependency actions/runner to v2.289.2
2022-03-30 18:18:17 +00:00
renovate[bot]
b80d9b0cdc
chore(deps): update helm/chart-releaser-action action to v1.4.0 ( #1287 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 13:24:26 +01:00
Bernardo Meurer
e46df413a1
refactor(runner/entrypoint): check for externalstmp ( #1277 )
...
* refactor(runner/entrypoint): check for externalstmp [skip ci]
Co-authored-by: Callum Tait <15716903+toast-gear@users.noreply.github.com>
2022-03-30 12:18:18 +01:00
toast-gear
eb02f6f26e
docs: redundant words
2022-03-30 10:36:34 +01:00
toast-gear
7a750b9285
docs: wording
2022-03-30 10:35:32 +01:00
toast-gear
d26c8d6529
docs: add autoscaling also causes problems
2022-03-30 10:26:08 +01:00
toast-gear
fd0092d13f
chore: new line for consistency
2022-03-30 10:02:33 +01:00
toast-gear
88d17c7988
docs: use the right font
2022-03-30 10:00:34 +01:00
toast-gear
98567dadc9
docs: fix index
2022-03-30 09:59:32 +01:00
toast-gear
7e8d80689b
docs: add limitations to runnersets + reorder
2022-03-30 09:53:59 +01:00
Callum Tait
d72c396ff1
docs: slight correction for a multi controller env
2022-03-29 16:57:58 +01:00
Milan Aleks
13e7b440a8
chore: typo fix in runner Dockerfile [skip ci] ( #1270 )
2022-03-29 11:05:24 +01:00
Michael Goodness
a95983fb98
feat(kustomize): add github-webhook-server overlay ( #1198 )
...
* feat(kustomize): add github-webhook-server overlay
* chore(kustomize): add image to github-webhook-server overlay
* feat(kustomize): drop sync-period
2022-03-29 11:00:55 +01:00
Callum Tait
ecc8b4472a
chore: bump chart to latest ( #1280 )
2022-03-29 07:46:44 +01:00
Callum Tait
459beeafb9
docs: remove the nonsense
2022-03-27 14:15:42 +01:00
Rolf Ahrenberg
1b327a0721
refactor: use const envvars ( #1251 )
2022-03-27 12:14:56 +01:00
Jérôme Foray
1f8a23c129
fix(chart): add namespace selector to webhooks when in singleNamespace mode ( #1237 )
...
* fix(chart): add namespace selector to webhooks when in singleNamespace mode
* docs: expand multi controller setup
Co-authored-by: Callum Tait <15716903+toast-gear@users.noreply.github.com>
2022-03-27 11:52:39 +01:00
Naka Masato
af8d8f7e1d
Update runnerdeployment_webhook.go ( #1271 )
2022-03-25 09:24:13 +09:00
Yusuke Kuoka
e7ef21fdf9
Merge pull request #1264 from ekarlso/env-var-detection-fix
...
Use container name to detect runner container in Pod
2022-03-25 09:23:48 +09:00
Endre Karlson
ee7484ac91
Use container name to detect runner container in Pod
2022-03-23 12:39:58 +01:00
Yusuke Kuoka
debf53c640
Fix missing pip bin path (/home/runner/.local/bin) ( #1263 )
...
Fixes #1261
2022-03-23 10:28:12 +09:00
Felipe Galindo Sanchez
9657d3e5b3
Fix deleting a runner when pod was deleted
...
With the current implementation if a pod is deleted, controller is failing to delete the runner as it's trying to annotate a pod that doesn't exist as we're passing a new pod object that is not an existing resource
2022-03-22 14:44:50 -07:00
Callum Tait
2cb04ddde7
* feat: move to new run.sh container friendly file ( #1244 )
...
* fix: unit tests were very broken
Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
2022-03-22 19:02:51 +00:00
renovate[bot]
366f8927d8
chore(deps): update actions/cache action to v3 ( #1252 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 18:48:23 +00:00
Richard Fussenegger
532a2bb2a9
feat: remove registration-only runner logic from entrypoint ( #1249 )
...
Closes #1207
2022-03-22 18:33:14 +00:00
Callum Tait
f28cecffe9
docs: various minor changes ( #1250 )
...
* docs: various minor changes
* docs: format fixes
2022-03-20 16:05:03 +00:00
Renovate Bot
4cbbcd64ce
chore(deps): update dependency actions/runner to v2.289.1
2022-03-18 22:36:38 +00:00
Richard Fussenegger
a68eede616
feat: copy dotfiles from asset to service dir ( #1136 )
...
* feat: copy dotfiles from asset to service dir
* Fixed `UNITTEST` Condition
* Load `/etc/environment`
See https://github.com/actions/runner/issues/1703 for context on this change.
2022-03-18 07:40:52 +00:00
Julien Tanay
c06a806d75
Add note about having 100+ replicas ( #1103 )
2022-03-16 21:03:05 +00:00
Callum Tait
857c1700ba
docs: add repo update to upgrade notes ( #1233 )
2022-03-16 10:37:37 +00:00
Callum Tait
a40793bb60
chore: bump chart to app 0.22.0 ( #1232 )
...
* chore: bump chart to app 0.22.0
2022-03-16 07:57:30 +00:00
Callum Tait
48a7b78bf3
docs: remove runnerset limitation ( #1225 )
...
This works great from testing now, this is no longer a limitation due to ARC now creating a statefulset per runner
2022-03-16 09:08:41 +09:00
renovate[bot]
6ff93eae95
chore(deps): update helm/chart-testing-action action to v2.2.1 ( #1216 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-15 18:51:54 +00:00
Yusuke Kuoka
b25a0fd606
Merge pull request #1217 from actions-runner-controller/docs/re-order
...
docs: various changes in preparation for 0.22.0 release
- Move RunnerSets to a more predominant location in the docs
- Clean up a few bits
- Highlight the deprecation and removal timeline for the `--once` flag
- Renamed ephemeral runners section to something more logical (persistent runners). Static runners were an option however the word static is awkward as it's sort of tied up with autoscaling and the `Runner` kind so Persistent was chosen instead.
- Update upgrade docs to use `replace` instead of `apply`
2022-03-15 09:01:32 +09:00
toast-gear
3beef84f30
docs: better sentences
2022-03-14 12:43:07 +00:00
toast-gear
76cc758d12
docs: minor consistency change
2022-03-14 12:37:57 +00:00
toast-gear
c4c6e833a7
chore: add deprecation warning
2022-03-14 12:35:07 +00:00
toast-gear
ecf74e615e
docs: bump versions and upgrade instructions
2022-03-14 10:23:36 +00:00
toast-gear
bb19e85037
docs: various cleanups and re-orderings
2022-03-14 09:52:22 +00:00