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

Commit e224933

Browse files
authored
Merge pull request #170 from deitch/service-cidr-respect
respect SERVICE_CIDR
2 parents 8a294e0 + ff5a310 commit e224933

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/cluster-template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ spec:
7676
clusterNetwork:
7777
pods:
7878
cidrBlocks: ["${POD_CIDR}"]
79+
services:
80+
cidrBlocks: ["${SERVICE_CIDR}"]
7981
infrastructureRef:
8082
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
8183
kind: PacketCluster

0 commit comments

Comments
 (0)