-
-
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
EBS volume encryption fleet/spot exclusive? #1242
Comments
I do not find any comments that it's related to the fleeting plugin. It's a bug. |
kayman-mk
added a commit
that referenced
this issue
Feb 20, 2025
## Description The EBS volume encryption was activated only, if the fleeting plugin is activated. It seems that we can always activate the encryption as the docker-machine parameters are not tied to the fleeting plugin. Fixes #1242
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>
Amazing! As always big thank you for the quick response! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
EBS volume encryption only supported for fleet/spot instances.
In the recent 8.0.0 release support for encrypted EBS volumes was announced.
After finally updating to 8.1.0 today, we were quite confused because we only saw that partially for our Runners.
Turned out that the condition in
template/runner-docker-machine-config.tftpl
is based on theuse_fleet
parameter.Is there a specific reason why this only supported for fleet/spot instances? We also use On-Demand instances for a few runners/special jobs.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As the 8.0.0 clearly states "[...] encrypt all EBS" we would have expected EBS encryption for all instance types.
The text was updated successfully, but these errors were encountered: