Skip to content

Commit

Permalink
Merge pull request #21 from avinor/remove-docker-bridge-cidr-parameter
Browse files Browse the repository at this point in the history
remove docker_bridge_cidr from main.tf
  • Loading branch information
emilkor1-avinor authored May 11, 2023
2 parents 4a8fcd7 + 557e5e0 commit ea4bf0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ resource "azurerm_kubernetes_cluster" "aks" {
network_plugin = "azure"
network_policy = "azure"
dns_service_ip = cidrhost(var.service_cidr, 10)
docker_bridge_cidr = "172.17.0.1/16"
service_cidr = var.service_cidr

# Use Standard if availability zones are set, Basic otherwise
Expand Down Expand Up @@ -380,4 +379,4 @@ resource "kubernetes_cluster_role_binding" "sa" {
name = var.service_accounts[count.index].name
namespace = var.service_accounts[count.index].namespace
}
}
}

0 comments on commit ea4bf0a

Please sign in to comment.