-
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 outboundType #5583
Comments
FYI @grayzu / @tombuildsstuff We're releasing this capability within the next week and half in preview, with GA around the corner. Our public docs will be up next week for deeper detail and I'll share here, but this is an early heads up. Public doc here: aka.ms/aks/outboundtype |
This capability is now available. See https://docs.microsoft.com/en-us/rest/api/aks/managedclusters/createorupdate#outboundtype. We also need this. |
@tombuildsstuff our public doc explaining this should be out by end of week. we can chat a bit more on this feature to clarify if needed. |
OK I made some changes to the provider to fix this issue. Since this requires a change of the go module dependencies, before I make a PR, how to handle all the vendor changes triggered by the new github.com/Azure/azure-sdk-for-go v39.1.0+incompatible packge? |
@baboune thanks for the PR - for the moment I'd suggest holding off vendoring the updated SDK - we'll look to upgrade to version 39.1 of the Azure SDK once we've finished removing the older resources (which we're working through at the moment, since removing these resources also removes the associated packages from the vendor directory) - I'll comment in #5757 once that's done 👍 |
We need this urgently. Could the associated PR be moved forward? |
I already begged for this 17 days ago, any ETAs when this could be merged? Anything I could to to move this forward? |
FYI the official documentation for the outbound type is here. Merging this, will help to avoid public IPs on the Load Balancer and make it compliant in many enterprise environments (where they do not like to see PIPs - for whatever reason). I really like to see progress here as well. |
@tombuildsstuff where are we with the upgrade of the Azure SDK to 39.1? This is a serious blocker for many and nowwe are having to resort to CLI builds for Enterprise clusters! |
This has been released in version 2.5.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.5.0"
}
# ... other configuration ... |
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 👉 [email protected]. Thanks! |
Community Note
Description
AKS is enabling a feature to skip setup of standard load balancers (public IP, backend pools) in favor of the user setup with a custom UDR. The AKS feature is here and releasing early Feb:
Azure/AKS#1384
New or Affected Resource(s)
https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/azurerm/internal/services/containers/resource_arm_kubernetes_cluster.go#L346-L468
The text was updated successfully, but these errors were encountered: