-
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
AKS Agent Pool Profile missing maxPods #1729
Comments
One to be aware of, does this limit apply to all advanced networking clusters? I think it does, we don't specify the number of NICs to spin out in an advanced cluster, there are always 31 per agent (30 for pods, and 1 for the agent) |
I'm pretty sure the portal limitation does not apply to all advanced networking clusters. The documentation specifies that you can change the maxPods value using ARM templates or the Azure CLI. I was able to spin up an AKS cluster using an ARM template with 61 NICs per node when setting the maxPods value to 60. |
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
Terraform Version
Terraform v0.11.7
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
I should be able to declare a value for 'maxPods' in the agent_pool_profile based on microsoft documentation: https://docs.microsoft.com/en-us/azure/aks/networking-overview#configure-maximum
Actual Behavior
This parameter is not recognized by terraform. Doc link: https://www.terraform.io/docs/providers/azurerm/r/kubernetes_cluster.html#agent_pool_profile
Debug output:
Error: azurerm_kubernetes_cluster.aks_container: agent_pool_profile.0: invalid or unknown key: maxPods
Steps to Reproduce
N/A
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered: