Skip to content

Enable DeployFromConfig

Adrien Kohlbecker requested to merge ak/enable-configs into master

By enabling the DeployFromConfig setting, the autoscaler will stop creating VM configurations on the fly and use pre-built configurations built by the Orka pipeline. It will remove one API call to Orka in the critical path, and more importantly, it will enable IO Boost for OSes that support it (Catalina and up).

This is required to upgrade to Orka 1.6 (because we need to disable IO Boost explicitly on that release for old OSes)

Merge request reports