File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,15 +217,15 @@ two-kind-clusters:
217
217
#
218
218
# # control-plane-cluster
219
219
# #######################
220
- kind create cluster --name ctrl --kubeconfig ./kubeconfig
220
+ kind create cluster --name ctrl --kubeconfig ./kubeconfig --image kindest/node:v1.24.15
221
221
container_ip=$$(docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' 'ctrl-control-plane' ) ; \
222
222
kubectl --kubeconfig=kubeconfig config set-cluster ' kind-ctrl' --server=" https://$$ {container_ip}:6443"
223
223
make install
224
224
make create-postgres
225
225
#
226
226
# # service-cluster
227
227
# #######################
228
- kind create cluster
228
+ kind create cluster --image kindest/node:v1.24.15
229
229
sed ' s/z.Spec.Volume.StorageClass/\/\/z.Spec.Volume.StorageClass/' -i api/v1/postgres_types.go
230
230
make kind-load-image
231
231
sed ' s/\/\/z.Spec.Volume.StorageClass/z.Spec.Volume.StorageClass/' -i api/v1/postgres_types.go
You can’t perform that action at this time.
0 commit comments