Skip to content

Commit

Permalink
azure CA选机型开放 2c 和 4G 的机器
Browse files Browse the repository at this point in the history
  • Loading branch information
dove0012 committed Oct 29, 2024
1 parent 3c417b6 commit 8c6ae10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (n *NodeManager) ListNodeInstanceType(info cloudprovider.InstanceInfo, opt
}

// filter cpu && mem
if cpu == 0 || mem == 0 || cpu < 4 || mem < 4 {
if cpu == 0 || mem == 0 || cpu < 2 || mem < 4 {
continue
}

Expand Down

0 comments on commit 8c6ae10

Please sign in to comment.