Skip to content

Releases: truefoundry/terraform-azure-truefoundry-cluster

v0.6.2

18 Dec 12:53
1d7a331
Compare
Choose a tag to compare

What's Changed

  • Making node count as null to avoid downscaling by @dunefro in #21
  • This change ensure that nodepools don't downscale, so if you get the node count from n -> 0 in the terraform plan please switch to this version for avoiding downscaling

Full Changelog: v0.6.1...v0.6.2

v0.6.1

29 Nov 11:08
779e708
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

25 Nov 07:30
8295dec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.6.0

Changelog Description

  1. Added support for existing cluster using var.use_existing_cluster
  2. Added data block to fetch existing cluster details
  3. Added upgrade guide to have migration steps.
  4. Added a scripts/ directory to have migration scripts and other uses.

v0.5.2

29 Oct 05:44
79f5e6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

01 Jul 15:23
e4f7b49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Jun 11:03
4115cae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3

07 May 06:32
df1d6c4
Compare
Choose a tag to compare

What's Changed

  • Added support to power node pools flexibly by @dunefro in #12

Full Changelog: v0.4.2...v0.4.3

v0.4.2

02 May 06:32
b7f151f
Compare
Choose a tag to compare

What's Changed

  • Reducing max count of the aks node pool to support kubenet CNI by @dunefro in #11

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Mar 11:33
e444a28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Mar 12:10
9b1df91
Compare
Choose a tag to compare

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