Azure / terraform-azurerm-appgw-ingress-k8s-cluster

The Application Gateway Ingress Controller allows the Azure Application Gateway to be used as the ingress for an Azure Kubernetes Service aka AKS cluster. As shown in the figure below, the ingress controller runs as a pod within the AKS cluster. It consumes Kubernetes Ingress Resources and converts them to an Azure Application Gateway configuration which allows the gateway to load-balance traffic to Kubernetes pods.
MIT License
38 stars 35 forks source link

Upgraded to mitigate obsolete and deprecated warnings from upgrades to Terraform 0.12 and azurerm #5

Closed reifnir closed 4 years ago

reifnir commented 4 years ago
  1. Ran terraform 0.12upgrade to resolve issues with string interpolation on single value
  2. Resolved

Warning: "public_ip_address_allocation": [DEPRECATED] this property has been deprecated in favor of allocation_method to better match the api on .terraform/modules/appgw-ingress-k8s-cluster/Azure-terraform-azurerm-appgw-ingress-k8s-cluster-602c9b9/main.tf line 63, in resource "azurerm_public_ip" "test":

  1. Resolved Warning: "agent_pool_profile": [DEPRECATED] This has been replaced by default_node_pool and will be removed in version 2.0 of the AzureRM Provider
msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.