-
Notifications
You must be signed in to change notification settings - Fork 468
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 node_network_profile #524
Comments
I face the same issue when trying to attach an ASG with the node pool of the aks. Though terraform provides option to include the ASG inside the node network profile, it seems it do not work as expected.
After applying this ,the default node pool's vm scale set has no ASG's associated with it .Any manual association of the ASG is getting reverted to the original state(state from terraform config ,which sees as NO ASG's to be attached to the vm scale set).So as a result currently attaching the ASG with the node network profile is not working as expected |
@jramacpr I understand you are trying to pass the id of an application security group into the Could you confirm if you are using the module In the module it seems this feature is implemented only for the additional node pools but not for the default node pool: terraform-azurerm-aks/extra_node_pool.tf Line 117 in 495d0ab
|
@zioproto iam using azurerm_kubernetes_cluster and as per the document it says application_security_group_ids - (Optional) A list of Application Security Group IDs which should be associated with this Node Pool. |
@jramacpr I opened PR #598 because it seems the module did not support However, if you are consuming the resource What version of the Hashicorp azurerm provider are you using in your project ? thanks |
Is there an existing issue for this?
Description
Have the ability to manage node_network_profile to set application_security_group_ids in order to improve NSG management.
New or Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Potential Terraform Configuration
No response
References
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#node_network_profile
The text was updated successfully, but these errors were encountered: