Skip to content

Commit 1d3d91d

Browse files
replicated-ci-kurllaveryaxavpaice
authored
Automated EKCO version update 0.28.14 (#6026)
* Create new EKCO version * update tests for ekco addon * update ekco tests * update ekco tests * fix ekco test remove illb * tests --------- Co-authored-by: laverya <2318911+laverya@users.noreply.github.com> Co-authored-by: Xav Paice <xav@replicated.com>
1 parent ff39b7c commit 1d3d91d

3 files changed

Lines changed: 39 additions & 17 deletions

File tree

addons/ekco/0.28.14/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
image ekco docker.io/replicated/ekco:v0.28.14
2-
image haproxy haproxy:3.3.10-alpine3.23
2+
image haproxy haproxy:3.4.1-alpine3.24

addons/ekco/0.28.14/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
EKCO_HAPROXY_IMAGE=haproxy:3.3.10-alpine3.23
3+
EKCO_HAPROXY_IMAGE=haproxy:3.4.1-alpine3.24
44

55
EKCO_ROOK_PRIORITY_CLASS=
66
function ekco_pre_init() {

addons/ekco/template/testgrid/k8s-docker.yaml

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
- name: Minimal Latest, Rook
22
installerSpec:
33
kubernetes:
4-
version: "1.24.x"
4+
version: "1.33.x"
55
flannel:
66
version: latest
77
rook:
8-
version: "1.9.x"
8+
version: "1.19.x"
99
containerd:
1010
version: "latest"
1111
ekco:
1212
version: "__testver__"
1313
s3Override: "__testdist__"
1414
unsupportedOSIDs:
1515
- centos-74 # Rook 1.8+ not supported on 3.10.0-693.el7.x86_64 kernel
16-
- name: Kubernetes 1.24, Internal LB, Rook, Multi node
16+
- centos-79
17+
- ol-79
18+
- ubuntu-1804
19+
20+
- name: Kubernetes 1.34, Rook, Multi node
1721
installerSpec:
1822
kubernetes:
19-
version: 1.24.x
23+
version: 1.34.x
2024
flannel:
2125
version: latest
2226
rook:
23-
version: "1.9.x"
27+
version: "1.19.x"
2428
containerd:
2529
version: "latest"
2630
kotsadm:
@@ -30,24 +34,32 @@
3034
version: "__testver__"
3135
s3Override: "__testdist__"
3236
minReadyMasterNodeCount: 1
33-
enableInternalLoadBalancer: true
3437
numPrimaryNodes: 3
3538
unsupportedOSIDs:
3639
- centos-74 # Rook 1.8+ not supported on 3.10.0-693.el7.x86_64 kernel
40+
- centos-79
41+
- ol-79
42+
- ubuntu-1804
43+
3744
- name: Kubernetes 1.21, Longhorn, Internal LB
3845
installerSpec:
3946
kubernetes:
40-
version: "1.24.x"
47+
version: "1.21.x"
4148
flannel:
4249
version: latest
4350
longhorn:
4451
version: "latest"
4552
containerd:
46-
version: "latest"
53+
version: "1.7.x"
4754
ekco:
4855
version: "__testver__"
4956
s3Override: "__testdist__"
5057
enableInternalLoadBalancer: true
58+
unsupportedOSIDs:
59+
- ubuntu-2404
60+
- amazon-2023
61+
- ol-8x # package conflicts with longhorn
62+
5163
- name: podImageOverrides
5264
installerSpec:
5365
kubernetes:
@@ -82,7 +94,7 @@
8294
kubernetes:
8395
version: "1.25.x"
8496
containerd:
85-
version: "latest"
97+
version: "1.6.x"
8698
flannel:
8799
version: latest
88100
openebs:
@@ -95,15 +107,16 @@
95107
enableInternalLoadBalancer: true
96108
preInstallScript: |
97109
umask 0027
110+
98111
- name: Upgrade HA add ekco
99112
installerSpec:
100113
kubernetes:
101-
version: "1.23.x"
114+
version: "1.33.x"
102115
loadBalancerUseFirstPrimary: true
103116
flannel:
104117
version: latest
105118
containerd:
106-
version: "latest"
119+
version: "1.7.x"
107120
openebs:
108121
version: "latest"
109122
isLocalPVEnabled: true
@@ -112,7 +125,7 @@
112125
version: "0.10.1"
113126
upgradeSpec:
114127
kubernetes:
115-
version: "1.25.x"
128+
version: "1.34.x"
116129
flannel:
117130
version: latest
118131
containerd:
@@ -127,7 +140,11 @@
127140
enableInternalLoadBalancer: true
128141
flags: "ha"
129142
unsupportedOSIDs:
130-
- amazon-2023 # Kubernetes < 1.24 are not supported on Amazon Linux.
143+
- centos-74
144+
- centos-79
145+
- ol-79
146+
- ubuntu-1804
147+
131148
- name: HA minio initial installation
132149
installerSpec:
133150
kubernetes:
@@ -148,7 +165,7 @@
148165
- name: Upgrade k8s with the PR version of ekco
149166
installerSpec:
150167
kubernetes:
151-
version: "1.28.0"
168+
version: "1.33.x"
152169
flannel:
153170
version: latest
154171
containerd:
@@ -159,7 +176,7 @@
159176
enableInternalLoadBalancer: true
160177
upgradeSpec:
161178
kubernetes:
162-
version: "1.29.x"
179+
version: "1.34.x"
163180
flannel:
164181
version: latest
165182
containerd:
@@ -168,3 +185,8 @@
168185
version: "__testver__"
169186
s3Override: "__testdist__"
170187
enableInternalLoadBalancer: true
188+
unsupportedOSIDs:
189+
- centos-74
190+
- centos-79
191+
- ol-79
192+
- ubuntu-1804

0 commit comments

Comments
 (0)