-
Notifications
You must be signed in to change notification settings - Fork 476
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
Setting apiServerAuthorizedIPRange to 0.0.0.0/32 is not allowed with other IP ranges. #378
Comments
Duplicated of #370 please confirm this is a duplicate and eventually close this issue. |
well, I would like to put only 1 public address, but it is not possible because there is a condition. When trying to put the value "0.0.0.0/32" and another public address, the error described in the issue that was solved occurs. The final objective is: to place a single public address with access permission. Reason: I will configure my allowed networks (hub and spoke vnet) and access the cluster via rancher. |
The condition was removed already in #375 Can you give us more context on the urgency ? Can you wait the next schedule release ? Cc: @lonegunmanb |
@lonegunmanb I deployed the cluster yesterday, without a module. I will wait for the new release and I will use it for my new deploys, thanks! 😄 |
I'm closing this issue since our next release should fix this issue, please feel free to reopen it if you have any further question. |
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
latest
Module Version
7.0.0
AzureRM Provider Version
version = ">=3.55.0"
Affected Resource(s)/Data Source(s)
on .terraform/modules/aks/main.tf line 17, in resource "azurerm_kubernetes_cluster" "main":
Terraform Configuration Files
tfvars variables values
Debug Output/Panic Output
Expected Behaviour
Well, do I need to create a cluster with the addresses defined?
If I leave only the value 0.0.0.0/32 and manually add. will this be ignored by terraform?
I tried to put only the public address, without "0.0.0.0/32", but there is a validation that needs to contain this value in the range.
How to proceed?
Actual Behaviour
No response
Steps to Reproduce
apply the block on the code
terraform plan
terraform apply
Important Factoids
No response
References
https://learn.microsoft.com/en-us/azure/aks/api-server-authorized-ip-ranges#overview-of-api-server-authorized-ip-ranges
The text was updated successfully, but these errors were encountered: