Skip to content

v0.4.0

Compare
Choose a tag to compare
@dunefro dunefro released this 11 Mar 12:10
· 31 commits to main since this release
9b1df91

What's Changed

Description

Below are the list of the changes

  • Added multiple node pools for GPU
  • Added spot and on-demand node pool
  • Add support for adding additional cpu/gpu spot/on-demand node pools
  • AKS module == 8.0.0

Important

Node pool change

This change will create lot of node pools by default when the cluster gets created. If you want to avoid that just make sure to keep create_default_cpu_pools to false and create_default_gpu_pools to false. However, these changes wouldn't impact your existing nodepools.

Max pods per node

By Default to avoid pod cluttering and IP distribution max_pods_per_node is by default set to 32. In the default scenario it will be 110. Upon drift detection in this make sure to keep max_pods_per_node to 110. This can cause your cluster to re-create.

Full Changelog: v0.3.2...v0.4.0