We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe71f33 commit 60700faCopy full SHA for 60700fa
1 file changed
modules/managedCluster.bicep
@@ -282,10 +282,11 @@ resource cluster 'Microsoft.ContainerService/managedClusters@2024-01-01' = {
282
}
283
284
networkProfile: {
285
- networkPlugin: 'azure'
286
- networkPluginMode: 'overlay'
287
- networkDataplane: 'cilium'
288
- networkPolicy: 'cilium'
+ // Going to try BYOCNI to use Cilium as the Gateway
+ networkPlugin: 'none'
+ // networkPluginMode: 'overlay'
+ // networkDataplane: 'cilium'
289
+ // networkPolicy: 'cilium'
290
outboundType: 'loadBalancer'
291
// This is the cluster load balancer, not the outbound
292
loadBalancerSku: 'Standard'
0 commit comments