Skip to content

Commit 7dc2cfd

Browse files
committed
Fix VPC cluster templates post CAPI version bump to v1.11.0-beta.0
1 parent 3746229 commit 7dc2cfd

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

templates/bases/vpc/kcp.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ spec:
1919
value: "true"
2020
apiServer:
2121
certSANs: [localhost, 127.0.0.1]
22-
dns: {}
23-
etcd: {}
24-
scheduler: {}
2522
initConfiguration:
2623
nodeRegistration:
2724
criSocket: /var/run/containerd/containerd.sock
@@ -31,7 +28,6 @@ spec:
3128
- name: eviction-hard
3229
value: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%
3330
joinConfiguration:
34-
discovery: {}
3531
nodeRegistration:
3632
criSocket: /var/run/containerd/containerd.sock
3733
kubeletExtraArgs:

templates/cluster-template-vpc-clusterclass.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ spec:
9696
value: "true"
9797
- name: cloud-provider
9898
value: external
99-
dns: {}
100-
etcd: {}
101-
scheduler: {}
10299
initConfiguration:
103100
nodeRegistration:
104101
criSocket: /var/run/containerd/containerd.sock
@@ -108,7 +105,6 @@ spec:
108105
- name: eviction-hard
109106
value: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%
110107
joinConfiguration:
111-
discovery: {}
112108
nodeRegistration:
113109
criSocket: /var/run/containerd/containerd.sock
114110
kubeletExtraArgs:

templates/cluster-template-vpc-clusterclass/cluster-with-kcp.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ spec:
9494
value: 'true'
9595
- name: cloud-provider
9696
value: external
97-
dns: {}
98-
etcd: {}
99-
scheduler: {}
10097
initConfiguration:
10198
nodeRegistration:
10299
criSocket: /var/run/containerd/containerd.sock
@@ -106,7 +103,6 @@ spec:
106103
- name: eviction-hard
107104
value: 'nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%'
108105
joinConfiguration:
109-
discovery: {}
110106
nodeRegistration:
111107
criSocket: /var/run/containerd/containerd.sock
112108
kubeletExtraArgs:

templates/cluster-template.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ spec:
5454
extraArgs:
5555
- name: cloud-provider
5656
value: external
57-
dns: {}
58-
etcd: {}
59-
scheduler: {}
6057
initConfiguration:
6158
nodeRegistration:
6259
criSocket: /var/run/containerd/containerd.sock
@@ -66,7 +63,6 @@ spec:
6663
- name: eviction-hard
6764
value: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%
6865
joinConfiguration:
69-
discovery: {}
7066
nodeRegistration:
7167
criSocket: /var/run/containerd/containerd.sock
7268
kubeletExtraArgs:

test/e2e/data/templates/cluster-template-vpc.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,6 @@ spec:
334334
extraArgs:
335335
- name: cloud-provider
336336
value: external
337-
dns: {}
338-
etcd: {}
339-
scheduler: {}
340337
initConfiguration:
341338
nodeRegistration:
342339
criSocket: /var/run/containerd/containerd.sock
@@ -346,7 +343,6 @@ spec:
346343
- name: eviction-hard
347344
value: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%
348345
joinConfiguration:
349-
discovery: {}
350346
nodeRegistration:
351347
criSocket: /var/run/containerd/containerd.sock
352348
kubeletExtraArgs:

0 commit comments

Comments
 (0)