Skip to content

Commit

Permalink
added generated template file
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakm-ntnx committed Nov 22, 2023
1 parent 6ec3305 commit 497a8e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion templates/cluster-template-clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ kind: Cluster
metadata:
name: ${CLUSTER_NAME}
spec:
clusterNetwork:
pods:
cidrBlocks:
- 172.20.0.0/16
serviceDomain: cluster.local
services:
cidrBlocks:
- 172.19.0.0/16
topology:
class: ${CLUSTER_CLASS_NAME}
controlPlane:
Expand All @@ -45,7 +53,6 @@ spec:
workers:
machineDeployments:
- class: default-worker
failureDomain: region
metadata: {}
name: md-0
replicas: 4
Expand Down

0 comments on commit 497a8e3

Please sign in to comment.