File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ unit-tests:
93
93
- wget -nv -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL}/bin/linux/amd64/kubectl
94
94
- chmod +x /usr/local/bin/kubectl
95
95
- sed -i "s/K8S_VERSION/$K8S_VERSION/g" ".gitlab/kind-config.yaml"
96
+ - sed -i "s/KUBEADM_VER/$KUBEADM_VER/g" ".gitlab/kind-config.yaml"
96
97
- sed -i "s~CI_REGISTRY_GO~$CI_REGISTRY_GO~g" ".gitlab/kind-config.yaml"
97
98
- sed -i "s~FROM golang~FROM $CI_REGISTRY_GO/golang~g" "build/Dockerfile"
98
99
- sed -i "s~FROM haproxytech/haproxy-alpine~FROM $CI_REGISTRY_GO/haproxy-alpine~g" "build/Dockerfile"
@@ -119,24 +120,30 @@ unit-tests:
119
120
k8s_19 :
120
121
variables :
121
122
K8S_VERSION : v1.19.16
123
+ KUBEADM_VER : v1beta2
122
124
extends : .kind_deployment_schedules
123
125
k8s_20 :
124
126
variables :
125
127
K8S_VERSION : v1.20.15
128
+ KUBEADM_VER : v1beta2
126
129
extends : .kind_deployment_schedules
127
130
k8s_21 :
128
131
variables :
129
132
K8S_VERSION : v1.21.12
133
+ KUBEADM_VER : v1beta2
130
134
extends : .kind_deployment_schedules
131
135
k8s_22 :
132
136
variables :
133
137
K8S_VERSION : v1.22.9
138
+ KUBEADM_VER : v1beta2
134
139
extends : .kind_deployment_schedules
135
140
k8s_23 :
136
141
variables :
137
142
K8S_VERSION : v1.23.6
143
+ KUBEADM_VER : v1beta3
138
144
extends : .kind_deployment_schedules
139
145
k8s_24 :
140
146
variables :
141
147
K8S_VERSION : v1.24.3
148
+ KUBEADM_VER : v1beta3
142
149
extends : .kind_deployment
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ networking:
5
5
# add to the apiServer certSANs the name of the docker (dind) service in order to be able to reach the cluster through it
6
6
kubeadmConfigPatchesJSON6902 :
7
7
- group : kubeadm.k8s.io
8
- version : v1beta3
8
+ version : KUBEADM_VER
9
9
kind : ClusterConfiguration
10
10
patch : |
11
11
- op: add
You can’t perform that action at this time.
0 commit comments