-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for AKS HTTP Application Routing #1276
Comments
hey @rlucioni Thanks for opening this issue :) We took a look into this recently and this is available in the new version of the AKS API - however there's no matching Swagger for that at this time. @dcaro was following up internally about getting this available - once that's done and a new version of the Azure SDK for Go is available - we can take a look at support this. Thanks! |
Great, thanks @tombuildsstuff. Looking forward to seeing this supported. |
To provide an update here, the Swagger for this has been merged: Azure/azure-rest-api-specs#3131 |
Thanks for the update @tombuildsstuff. |
It looks like they've also now introduced the ability to get the name of the nodeResourceGroup (Azure/azure-rest-api-specs#3203). This would be incredibly useful as we can build a dependency and then go and configure permissions and tags post build. Any chance this can get implemented at the same time? |
Related to #1434 @mb290 nodeResourceGroup addition is a much simpler one. @tombuildsstuff I can bundle up the nodeResourceGroup with #1479 if you like, it's a relatively small change. |
@tombuildsstuff this functionality is provided by addonProfiles. I think we should move this alongside #1434 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
The HTTP Application Routing add-on can be enabled through the Azure portal when deploying an AKS cluster. It would be great if enabling this was an option when creating new
azurerm_kubernetes_cluster
resources (e.g., via a Boolean argument likeenable_http_application_routing
).The text was updated successfully, but these errors were encountered: