-
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 cluster with API Server VNet Integration #18500
Comments
This is dependent on a newer Go SDK:
Option 1 seems the most logical, but would require rework of the AKS resource. |
I guess #18705 is needed to move forward and be able to expose a new setting for that feature. |
Indeed! Working on it at the moment, but it takes a bit of time unfortunately. |
Sure! Just wanted to keep track of what's needed to be done, didn't mean that in a bad way, sorry. I really appreciate you are working on this, thanks a lot! |
@aristosvo is there an update on enabling the aks with vnet integration within TF? |
@jennifer-klemisch-seagen @EppO First implementation is available as PR |
@MarkKharitonov To answer your question in Azure/AKS#1200 (comment) and to update the status of this issue, it is almost there. Tests are passing, it might be necessary to change a few things based on reviews, but the biggest work has been done. |
Guys, does it mean the next version of the azurerm provider will have this feature? |
@MarkKharitonov Yes it does!🎉🎉 Release 3.39 is due by January 12, 2023, so I'd expect there to be a release this week. |
@aristosvo - 3 weeks from now? |
Released in v3.39.0 |
This functionality has been released in v3.39.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Is there an existing issue for this?
Community Note
Description
API Server VNET Integration for AKS cluster is in preview for both private and public clusters. It would be sweet to be able to provision it through Terraform. There are 2 modes for this feature:
Microsoft.ContainerService/managedClusters
(not sure about the correspondingactions
in my example though) and passed to the AKS cluster. We need also that the AKS cluster Managed Identity to haveNetwork Contributor
roles on both AKS cluster and API server subnets.New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
References
https://learn.microsoft.com/en-us/azure/aks/api-server-vnet-integration
The text was updated successfully, but these errors were encountered: