We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42628b9 commit 6999874Copy full SHA for 6999874
templates/flavors/kubeadm/dual-stack/kustomization.yaml
@@ -4,6 +4,24 @@ resources:
4
- ../default
5
6
patches:
7
+ - target:
8
+ group: cluster.x-k8s.io
9
+ version: v1beta1
10
+ kind: Cluster
11
+ patch: |-
12
+ apiVersion: cluster.x-k8s.io/v1beta1
13
14
+ metadata:
15
+ name: ${CLUSTER_NAME}
16
+ spec:
17
+ clusterNetwork:
18
+ pods:
19
+ cidrBlocks:
20
+ - 10.192.0.0/10
21
+ services:
22
23
+ - 10.96.0.0/12
24
+ - fd03::/108
25
- target:
26
group: infrastructure.cluster.x-k8s.io
27
version: v1alpha2
0 commit comments