-
Notifications
You must be signed in to change notification settings - Fork 470
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 API Server VNet Integration #393
Comments
Any chance of this possibly getting this reprioritized and reclassified? I am trying to create a cluster that is entirely within our private network and would love to make use of this feature. Right now trying to set the subnet results in the following error: I would argue that this is actually a bug in the current version of the module as the module allows setting a subnet here: I think instead of adding a new variable, it would be better to simply set this to true if the subnet is set. @lonegunmanb @zioproto would it be possible to reclassify as a bug and make the suggested change? local environment information:
|
@richshadman I am hitting the same problem now, though my problem is because of KMS keyvault network access being set to Private. I'm pretty sure a week or so ago when I last deployed the cluster with the same settings the Azure API didn't enforce the vnet integration requirement, but it certainly does now. Anyway, I would really like to have this switch available and it looks like the @bislydev commit above would add it? |
@richshadman you are right. I identified a mistake on our side, we merged the Please bare with us until the feature is declared as GA. Then me and @lonegunmanb will update this module as soon as possible. |
Any info when will it be GA? |
@richshadman @lonegunmanb @zioproto When this will be in GA? Please help. |
Preview features should be included in aks module. It's been really painful not being able to manage some preview features but others. For example, I have to run the following command to enable API Server Vnet Integration outside of the cluster.
The real pain comes when I run a tf plan on the aks module after ANY change, it shows a difference in TF and remote infra.
|
Is there an existing issue for this?
Description
AKS API Server VNet Integration. The product is still in preview but let's track it in a GitHub issue so we are ready to merge a PR as soon is promoted to GA.
Resources:
Status:
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
References
No response
The text was updated successfully, but these errors were encountered: