File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -209,12 +209,9 @@ e2e-image: docker-build
209
209
210
210
# Pull all the images references in test/e2e/data/e2e_conf.yaml
211
211
test-e2e-image-prerequisites :
212
- docker pull gcr.io/k8s-staging-cluster-api/cluster-api-controller:v1.6.0
213
- docker pull gcr.io/k8s-staging-cluster-api/kubeadm-bootstrap-controller:v1.6.0
214
- docker pull gcr.io/k8s-staging-cluster-api/kubeadm-control-plane-controller:v1.6.0
215
- docker pull quay.io/jetstack/cert-manager-cainjector:v1.12.1
216
- docker pull quay.io/jetstack/cert-manager-webhook:v1.12.1
217
- docker pull quay.io/jetstack/cert-manager-controller:v1.12.1
212
+ docker pull registry.k8s.io/cluster-api/cluster-api-controller:v1.8.5
213
+ docker pull registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.8.5
214
+ docker pull registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.8.5
218
215
219
216
CONFORMANCE_E2E_ARGS ?= -kubetest.config-file=$(KUBETEST_CONF_PATH )
220
217
CONFORMANCE_E2E_ARGS += $(E2E_ARGS )
Original file line number Diff line number Diff line change 1
1
---
2
2
# E2E test scenario using local dev images and manifests built from the source tree for following providers:
3
- # - cluster-api
4
- # - bootstrap kubeadm
5
- # - control-plane kubeadm
6
3
# - openstack
7
4
8
5
# To run tests, run the following from the root of this repository.
11
8
managementClusterName : capo-e2e
12
9
13
10
images :
14
- - name : gcr. io/k8s-staging- cluster-api/cluster-api-controller:v1.8.5
11
+ - name : registry.k8s. io/cluster-api/cluster-api-controller:v1.8.5
15
12
loadBehavior : tryLoad
16
- - name : gcr. io/k8s-staging- cluster-api/kubeadm-bootstrap-controller:v1.8.5
13
+ - name : registry.k8s. io/cluster-api/kubeadm-bootstrap-controller:v1.8.5
17
14
loadBehavior : tryLoad
18
- - name : gcr. io/k8s-staging- cluster-api/kubeadm-control-plane-controller:v1.8.5
15
+ - name : registry.k8s. io/cluster-api/kubeadm-control-plane-controller:v1.8.5
19
16
loadBehavior : tryLoad
20
17
# Use local dev images built source tree;
21
18
- name : gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:e2e
22
19
loadBehavior : mustLoad
23
- - name : quay.io/jetstack/cert-manager-cainjector:v1.14.5
24
- loadBehavior : tryLoad
25
- - name : quay.io/jetstack/cert-manager-webhook:v1.14.5
26
- loadBehavior : tryLoad
27
- - name : quay.io/jetstack/cert-manager-controller:v1.14.5
28
- loadBehavior : tryLoad
29
20
30
21
providers :
31
22
- name : cluster-api
You can’t perform that action at this time.
0 commit comments