Skip to content

Commit 48cb798

Browse files
committed
NLB-7050 ARM template for AKS cluster produces ClusterIP compatible CNI
The change means that users who build a AKS cluster from scratch through the portal extension workflow get a network configuration using the Azure CNI Node Subnet plugin. This CNI plugin provides direct external pod access, allowing NLK to access cluster IP addresses within the cluster without requiring any translation. This will mean that users attempting to experiment with the AKS integration from scratch will have a smoother installation experience.
1 parent 83bb65d commit 48cb798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/armTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090
},
9191
"networkPlugin": {
92-
"defaultValue": "kubenet",
92+
"defaultValue": "azure",
9393
"allowedValues": [
9494
"azure",
9595
"kubenet"

0 commit comments

Comments
 (0)