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.
12
9
managementClusterName : capo-e2e
13
10
14
11
images :
15
- - name : gcr. io/k8s-staging- cluster-api/cluster-api-controller:v1.8.5
12
+ - name : registry.k8s. io/cluster-api/cluster-api-controller:v1.8.5
16
13
loadBehavior : tryLoad
17
- - name : gcr. io/k8s-staging- cluster-api/kubeadm-bootstrap-controller:v1.8.5
14
+ - name : registry.k8s. io/cluster-api/kubeadm-bootstrap-controller:v1.8.5
18
15
loadBehavior : tryLoad
19
- - name : gcr. io/k8s-staging- cluster-api/kubeadm-control-plane-controller:v1.8.5
16
+ - name : registry.k8s. io/cluster-api/kubeadm-control-plane-controller:v1.8.5
20
17
loadBehavior : tryLoad
21
18
# Use local dev images built source tree;
22
19
- name : gcr.io/k8s-staging-capi-openstack/capi-openstack-controller:e2e
23
20
loadBehavior : mustLoad
24
- - name : quay.io/jetstack/cert-manager-cainjector:v1.14.5
25
- loadBehavior : tryLoad
26
- - name : quay.io/jetstack/cert-manager-webhook:v1.14.5
27
- loadBehavior : tryLoad
28
- - name : quay.io/jetstack/cert-manager-controller:v1.14.5
29
- loadBehavior : tryLoad
30
21
31
22
providers :
32
23
- name : cluster-api
You can’t perform that action at this time.
0 commit comments