Skip to content

Commit 0386675

Browse files
committed
fix default template subnet errors
1 parent a730eae commit 0386675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
name: control-plane-subnet
4444
role: control-plane
4545
- cidrBlocks:
46-
- 10.1.0.0/24
46+
- 10.0.1.0/24
4747
name: node-subnet
4848
role: node
4949
vnet:

templates/internal-load-balancer/azure-cluster-cidrs-and-frontend-ips.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ spec:
2525
- name: node-subnet
2626
role: node
2727
cidrBlocks:
28-
- 10.1.0.0/24
28+
- 10.0.1.0/24

0 commit comments

Comments
 (0)