Skip to content

Commit

Permalink
fix(cluter): disable prebake images
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry authored and MasterPtato committed May 31, 2024
1 parent 3531ad5 commit 23a9e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions svc/pkg/linode/ops/server-provision/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ async fn get_custom_image(
datacenter_id: Uuid,
pool_type: PoolType,
) -> GlobalResult<(Option<String>, bool)> {
// TODO(RVTEE-107): Disable prebake images completely until Linode fixes the limits
return Ok((None, false));

let provider = backend::cluster::Provider::Linode;

// Get the custom image id for this server, or insert a record and start creating one
Expand Down

0 comments on commit 23a9e00

Please sign in to comment.