-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix runner pod dnsConfig #1227
Fix runner pod dnsConfig #1227
Conversation
... this may be missing based on details from [this issue](actions#1226) Signed-off-by: Jeff Billimek <jeff@billimek.com>
Signed-off-by: GitHub <noreply@github.com>
Fixes actions#1224 Signed-off-by: GitHub <noreply@github.com>
I've been unable to build this as a docker container against the Makefile/Dockerfile in the master branch due to strange errors that occur on MacOS, a linux VM, and even github codespaces all with the same error about a read-only filesystem:
However, I was able to apply the changes and build against the Makefile/Dockerfile based off of the code in the |
I've also got a similar issue trying to build (linux docker) |
Signed-off-by: GitHub <noreply@github.com>
* master: (30 commits) chore(deps): update azure/setup-helm action to v2.1 (actions#1328) [skip ci] Add more usages of RUNNER_VERSION to Renovate config. (actions#1313) chore: fix typo (actions#1316) [skip ci] chore: bump chart to latest (actions#1319) Fix release workflow Prevent runners from stuck in Terminating when pod disappeared without standard termination process (actions#1318) ci: pin go version to the known working version (actions#1303) chore: bump chart to latest (actions#1300) Fix runner pod to be cleaned up earlier regardless of the sync period (actions#1299) Make the hard-coded runner startup timeout to avoid race on token expiration longer (actions#1296) docs: highlight why persistent are not ideal fix(deps): update module sigs.k8s.io/controller-runtime to v0.11.2 chore(deps): update dependency actions/runner to v2.289.2 chore(deps): update helm/chart-releaser-action action to v1.4.0 (actions#1287) refactor(runner/entrypoint): check for externalstmp (actions#1277) docs: redundant words docs: wording docs: add autoscaling also causes problems chore: new line for consistency docs: use the right font ...
I think I sorted the local build issues by using the We've been running the backported fix now in our org-wide runners without issue and would love to see what next steps are necessary to progress this PR? |
We need to do some testing and can merged. v0.23.x was on hold until we resolved any regressions and bugs born from the @billimek can you raise an issue for the controller build on a Mac including details and when it broke, perhaps go back through the history of the controller Dockerfile and see when it stopped building? |
Have you actually tried installing this? Haven't digged into it yet but I get the below error when trying to install your branch's chart:
EDIT regenerating the manifests fixes it, @billimek can you regenerate them |
I think the latest merge from master requires an additional generation of the replica set CRD. I know what to do. Will push a working update today. FWIW we are running these changes "in prod" everywhere now without issue. Can't wait to eventually go back to the official image & code! |
* master: chore(deps): update dependency actions/runner to v2.290.1 chore(deps): update actions/stale action to v5 (actions#1338) refactor: use apt-get instead of apt (actions#1342) Removed `modprobe` Script (actions#1247) [skip ci] Fix scale down condition to exclude skipped (actions#1330) chore: migrate to actions stale bot (actions#1334) refactor: location of some runner cmds (actions#1337) Improved Bash Logger (actions#1246) chore(deps): update dependency actions/runner to v2.290.0
Signed-off-by: Jeff Billimek <jeff@billimek.com>
@toast-gear this is done - FYI the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks a lot for your contribution @billimek
... this may be missing based on details from this issue
Fixes #1226
Fixes #1224