Skip to content

Releases: Azure-Terraform/terraform-azurerm-kubernetes

Support for private AKS clusters

19 Aug 15:10
Compare
Choose a tag to compare

See #89.

This adds support for a new variable, private_cluster_enabled, which enables the use of private clusters.

Fix for kube_dashboard profile

22 Feb 17:40
1903146
Compare
Choose a tag to compare

This fixes an issue where unnecessary updates were being attempted.

Fix Sensitive Output

21 Jul 20:14
cad7ea1
Compare
Choose a tag to compare

Update default cluster/uai names

20 Jul 20:57
fe303b0
Compare
Choose a tag to compare

Addresses: #68

  • change default cluster name (remove "aks-" prepend)
  • change default uai name to "aks--control-plane"kkk

Backwards compatibility can be maintained by using the setting the following attributes to existing values:

  • cluster_name
  • user_assigned_identity_name

Fix Issue with empty API access parameter

19 Jul 18:39
7995709
Compare
Choose a tag to compare
Api restriction fix (#77)

* fix input restriction bug

* fix bug with null ip restriction

Co-authored-by: Tim Miller <tim.miller@risk.lexisnexis.com>

Fix Typo

19 Jul 18:05
8dc42e3
Compare
Choose a tag to compare
Api typo (#76)

* fix input restriction bug

* fix typo

Co-authored-by: Tim Miller <tim.miller@risk.lexisnexis.com>

Additional Networking/Policy Support

19 Jul 17:15
Compare
Choose a tag to compare
  • Network Policy Support #71
  • Azure Policy Add-on Support #72
  • API server authorized IP Ranges support #75

Network Changes

26 May 20:21
Compare
Choose a tag to compare
  • configuring NSG rules is no longer a feature (subnets with pre-configured egress must be used)
  • using input subnets requires a corresponding route_table_id

UAI Fix

30 Apr 04:15
Compare
Choose a tag to compare
  • Updated azurerm provider (2.57.0) fixes the inability to modify a cluster when using User-Assigned Identity

AzureCNI/NetworK Mode Fix

23 Apr 17:53
Compare
Choose a tag to compare

This fixes an issue when trying to set network mode attribute. In certain circumstances, it has caused issues when a cluster was originally built with the attribute unset. Anything other than "transparent" has been deprecated and AKS uses "transparent" by default, so there is no advantage to setting it. As such, it has been removed from the module.