Skip to content

Conversation

@apetre070
Copy link
Contributor

@apetre070 apetre070 commented Dec 4, 2025

Fixes the following error on nightly integration tests:

│ Error: Subnet (Subscription: "***"
│ Resource Group Name: "network-ws64b8cd"
│ Virtual Network Name: "network-ws64b8cd"
│ Subnet Name: "private-3-ws64b8cd") was not found
│ 
│   with module.main.data.azurerm_subnet.private["3"],
│   on ../../../../../.oci_extracted/ghcr.io-windsorcli/core-latest/terraform/cluster/azure-aks/main.tf line 37, in data "azurerm_subnet" "private":
│   37: data "azurerm_subnet" "private" {
│ 
╵
╷
│ Error: Subnet (Subscription: "***"
│ Resource Group Name: "network-ws64b8cd"
│ Virtual Network Name: "network-ws64b8cd"
│ Subnet Name: "private-2-ws64b8cd") was not found
│ 
│   with module.main.data.azurerm_subnet.private["2"],
│   on ../../../../../.oci_extracted/ghcr.io-windsorcli/core-latest/terraform/cluster/azure-aks/main.tf line 37, in data "azurerm_subnet" "private":
│   37: data "azurerm_subnet" "private" {
│ 
╵

@apetre070 apetre070 requested a review from rmvangun December 4, 2025 20:51
@apetre070 apetre070 added the bug Something isn't working label Dec 4, 2025
@rmvangun rmvangun changed the title AKS: Fix the way that subnets are handled by the node pools fix(aks): Fix the way that subnets are handled by the node pools Dec 4, 2025
@rmvangun rmvangun merged commit 0bfea9d into main Dec 5, 2025
6 checks passed
@rmvangun rmvangun deleted the fix/azure-aks-subnets branch December 5, 2025 14:36
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

Successfully merging this pull request may close these issues.

3 participants