Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit f4ea915

Browse files
committed
use 172.16.0.0/12 addresses for pods and services to avoid conflicts with Packet data centre
1 parent 83f53ce commit f4ea915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/clusterctl/examples/packet/cluster.yaml.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ metadata:
55
spec:
66
clusterNetwork:
77
services:
8-
cidrBlocks: ["10.96.0.0/12"]
8+
cidrBlocks: ["172.25.0.0/16"]
99
pods:
10-
cidrBlocks: ["192.168.0.0/16"]
10+
cidrBlocks: ["172.26.0.0/16"]
1111
serviceDomain: "cluster.local"
1212
providerSpec:
1313
value:

0 commit comments

Comments
 (0)