Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennenMM7 committed Jun 10, 2024
1 parent 7d13bfc commit 201b148
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cluster-autoscaler/cloudprovider/gce/gce_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,12 @@ func (m *gceManagerImpl) fetchAutoMigs() error {
cfg.MaxSize = m
}
}

// Rebuild the mig with updated min and max sizes
mig, err = m.buildMigFromAutoCfg(link, cfg)
if err != nil {
return err
}
}
}

Expand Down

0 comments on commit 201b148

Please sign in to comment.