Skip to content

Releases: dominodatalab/terraform-azure-aks

v1.2.3: PLAT-3291: kubeconfig is overwrites existing (#24)

13 Sep 19:33
335e180
Compare
Choose a tag to compare
If you happen to recreate AKS, creating the kubeconfig will fail if the
cluster is already defined.
Provide the --overwrite-existing to recreate the kubeconfig when necessary.

v1.2.2: PLAT-2846: Use az to obtain kubeconfig (#23)

07 Sep 14:18
21f48f9
Compare
Choose a tag to compare
Use the az CLI to obtain the kubeconfig.
Login if necessary

v1.2.1: PLAT 2801: node pools can specify an initial count (#21)

26 Aug 19:29
68b2bd5
Compare
Choose a tag to compare
Separate the minimum count from the initial count.
Allow node pools to spin down to 0.

v1.2.0

21 Jul 23:28
b71518d
Compare
Choose a tag to compare
  1. Create an Azure Container Registry
  2. Allow push/pull from AKS
  3. Simplify the Terraform

v1.1.3

06 May 18:29
c6f3a9b
Compare
Choose a tag to compare
  • Allow configuration of the Kubernetes version

Domino AKS Terraform Module v1.1.2

20 Apr 23:40
6a64462
Compare
Choose a tag to compare
  • Allow node pool overrides using the node_pool_overrides input variable

Domino AKS Terraform Module v1.1.1

02 Apr 17:17
a26fd3a
Compare
Choose a tag to compare
  • Revert the switch from Calico network policy enforcement to Azure-native

Domino AKS Terraform Module v1.1.0

19 Feb 03:24
24e735b
Compare
Choose a tag to compare
  • Remove service CIDR, DNS IP, and Docker bridge overrides in favor of defaults
  • Switch from Calico network policy enforcement to Azure-native

Domino AKS Terraform Module v1.0.0

18 Feb 00:51
fd43442
Compare
Choose a tag to compare
  • Scale-from-zero is finally supported in AKS, so we can create a GPU tier by default
  • Updated the default platform/compute instance type to the latest DSv4 (from DSv2)
  • Updated the log analytics workspace name from testLogAnalyticsWorkspaceName-{suffix} to the resource group name
  • Added logs from the control plane into that workspace by default
  • Updated aks_tags -> tags

Domino AKS Terraform Module v0.2.2

06 Jan 19:14
25c1bdb
Compare
Choose a tag to compare

Node pools are created with a desired count equal to the minimum size (1).