Skip to content

Commit 0045243

Browse files
feat: add nodesubnet as the ipam mode in azure cni conflist for nodesubnet
1 parent 6d63da0 commit 0045243

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cni/azure-linux.conflist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"ipsToRouteViaHost":["169.254.20.10"],
99
"ipam":{
1010
"type":"azure-vnet-ipam"
11+
"mode":"nodesubnet"
1112
}
1213
},
1314
{

cni/azure-windows.conflist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"ipam": {
1313
"type": "azure-vnet-ipam"
14+
"mode": "nodesubnet"
1415
},
1516
"dns": {
1617
"Nameservers": [

0 commit comments

Comments
 (0)