Skip to content

Commit 60700fa

Browse files
committed
Attempt to BYOCNI
1 parent fe71f33 commit 60700fa

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

modules/managedCluster.bicep

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,11 @@ resource cluster 'Microsoft.ContainerService/managedClusters@2024-01-01' = {
282282
}
283283
}
284284
networkProfile: {
285-
networkPlugin: 'azure'
286-
networkPluginMode: 'overlay'
287-
networkDataplane: 'cilium'
288-
networkPolicy: 'cilium'
285+
// Going to try BYOCNI to use Cilium as the Gateway
286+
networkPlugin: 'none'
287+
// networkPluginMode: 'overlay'
288+
// networkDataplane: 'cilium'
289+
// networkPolicy: 'cilium'
289290
outboundType: 'loadBalancer'
290291
// This is the cluster load balancer, not the outbound
291292
loadBalancerSku: 'Standard'

0 commit comments

Comments
 (0)