Skip to content

Commit

Permalink
add new description as code review suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Mar 5, 2024
1 parent e4e9fc5 commit 7c234b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NoticeOnUpgradeTov8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ According to the [document](https://learn.microsoft.com/en-us/azure/aks/http-app

4. The `http_application_routing_enabled` attribute has been added to the `ignore_changes` lifecycle block of the `azurerm_kubernetes_cluster` resource in `main.tf`. This means changes to this attribute will not trigger the resource to be updated.

These changes mean that users of this module will no longer be able to enable HTTP Application Routing through this module. If they need this feature, they will need to enable it separately.
These changes mean that users of this module will no longer be able to enable HTTP Application Routing through this module.

The new feature for the Ingress in AKS is [Managed NGINX ingress with the application routing add-on](https://learn.microsoft.com/en-us/azure/aks/app-routing?tabs=default%2Cdeploy-app-default), you can enable this with `var.web_app_routing`.

Users who were using this feature, please read this [Migrate document](https://learn.microsoft.com/en-us/azure/aks/app-routing-migration).

Expand Down

0 comments on commit 7c234b2

Please sign in to comment.