You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…r_machine_fleet.enabled = true` (#1198)
## Description
The `runner_worker_docker_machine_instance.volume_iops` does not work
for the docker+machine driver, but works for the fleeting mode which can
be enabled via `runner_worker_docker_machine_fleet.enabled = true`. We
amend the comment to make that clear.
Closes#1179
Describe the bug
Setting volume_iops the value is not set in config.toml.
In template file runner-docker-machine-config.tftpl there is no corresponding iops parameter.
To Reproduce
Install Plugin version: 7.13.1
Configuration plugin:
runner_worker_docker_machine_instance = {
description = "runner-1"
private_address_only = false
destroy_after_max_builds = 30
idle_count = var.runners_idle_count
idle_time = 600
max_growth_rate = 10
monitoring = true
private_address_only = true
root_size = 40
subnet_ids = [var.subnet_private_c_id]
types = var.runner_instance_type
volume_type = "io2"
volume_iops = 6000
}
runner_worker = {
type = "docker+machine"
}
The text was updated successfully, but these errors were encountered: