Skip to content
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

[BUG] NetworkProfile CIDR 10.244.0.0/16 overlaps with reserved VNET CIDR 10.0.0.0/8 #211

Closed
puneetpawaia opened this issue Dec 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@puneetpawaia
Copy link

Describe the bug
{"code":"DeploymentFailed","target":"/subscriptions/xxx-xxx/resourceGroups/rg_graphrag/providers/Microsoft.Resources/deployments/aks","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"NetworkProfileCIDROverlapVNET","target":"/subscriptions/xxx-xxx/resourceGroups/rg_graphrag/providers/Microsoft.ContainerService/managedClusters/aks-graphrag","message":"NetworkProfile CIDR 10.244.0.0/16 overlaps with reserved VNET CIDR 10.0.0.0/8"}]}

To Reproduce
Steps to reproduce the behavior:

  1. Downloaded release 0.3.3
  2. Setup configuration values required in infra/deploy.parameters.json
  3. Ran deploy.sh

Expected behavior
Deployment should proceed without any errors.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 11 - WSL2

Please help with solution.

@puneetpawaia puneetpawaia added the bug Something isn't working label Dec 22, 2024
@puneetpawaia puneetpawaia changed the title [BUG] [BUG] NetworkProfile CIDR 10.244.0.0/16 overlaps with reserved VNET CIDR 10.0.0.0/8 Dec 23, 2024
@puneetpawaia
Copy link
Author

I updated the code to the latest version on master and got past this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant