-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
runner_sg_id should return the correct SG ID for docker-autoscaler #1241
Comments
@kayman-mk hello. Is this an easy fix while you are refactoring in preparation for the removal of docker-machine? |
For our use we could eventually switch to using
|
Yes, it's a bug. |
kayman-mk
pushed a commit
that referenced
this issue
Feb 20, 2025
🤖 I have created a release *beep* *boop* --- ## [9.0.2](9.0.1...9.0.2) (2025-02-20) ### Bug Fixes * allow changes to "runner_worker.max_jobs" for Docker Autoscaler ([#1221](#1221)) ([0624391](0624391)) * always encrypt EBS volumes if the KMS key is given ([#1248](#1248)) ([76ae944](76ae944)), closes [#1242](#1242) * return security group id for docker-autoscaler in `runner_sg_id` ([#1249](#1249)) ([9c573b6](9c573b6)), closes [#1241](#1241) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: cattle-ops-releaser-2[bot] <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thanks for fixing @kayman-mk ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The output
runner_sg_id
returns the docker-machine worker SG ID or null. Ifrunner_worker.type
is set to "docker-autoscaler", the SG of the docker-autoscaler workers should be returned instead.The text was updated successfully, but these errors were encountered: