Skip to content

Commit

Permalink
specify overlay networking
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 6, 2024
1 parent 4c6d8dd commit aa9fb16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/clouds/azure/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ module "aks" {
node_pools = {for name, pool in var.node_pools : name => merge(pool, {name = name, vnet_subnet_id = azurerm_subnet.network.id})}

ebpf_data_plane = "cilium"
network_plugin_mode = "overlay"
role_based_access_control_enabled = true
}

0 comments on commit aa9fb16

Please sign in to comment.