File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
cluster/images/conformance Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 15
15
# Build the conformance image.
16
16
#
17
17
# Usage:
18
- # [ARCH=amd64] [REGISTRY="staging- k8s.gcr.io"] make (build|push) VERSION={some_released_version_of_kubernetes}
18
+ # [ARCH=amd64] [REGISTRY="k8s.gcr.io"] make (build|push) VERSION={some_released_version_of_kubernetes}
19
19
20
- REGISTRY? =staging- k8s.gcr.io
20
+ REGISTRY? =k8s.gcr.io
21
21
ARCH? =amd64
22
22
OUT_DIR? =_output
23
23
Original file line number Diff line number Diff line change 10
10
$ make WHAT=" test/e2e/e2e.test vendor/github.com/onsi/ginkgo/ginkgo cmd/kubectl"
11
11
12
12
# Build for linux/amd64 (default)
13
- # export REGISTRY=$HOST /$ORG to switch from staging- k8s.gcr.io
13
+ # export REGISTRY=$HOST /$ORG to switch from k8s.gcr.io
14
14
15
15
$ make push VERSION={target_version} ARCH=amd64
16
- # ---> staging- k8s.gcr.io/conformance-amd64:VERSION
17
- # ---> staging- k8s.gcr.io/conformance:VERSION (image with backwards-compatible naming)
16
+ # ---> k8s.gcr.io/conformance-amd64:VERSION
17
+ # ---> k8s.gcr.io/conformance:VERSION (image with backwards-compatible naming)
18
18
19
19
$ make push VERSION={target_version} ARCH=arm
20
- # ---> staging- k8s.gcr.io/conformance-arm:VERSION
20
+ # ---> k8s.gcr.io/conformance-arm:VERSION
21
21
22
22
$ make push VERSION={target_version} ARCH=arm64
23
- # ---> staging- k8s.gcr.io/conformance-arm64:VERSION
23
+ # ---> k8s.gcr.io/conformance-arm64:VERSION
24
24
25
25
$ make push VERSION={target_version} ARCH=ppc64le
26
- # ---> staging- k8s.gcr.io/conformance-ppc64le:VERSION
26
+ # ---> k8s.gcr.io/conformance-ppc64le:VERSION
27
27
28
28
$ make push VERSION={target_version} ARCH=s390x
29
- # ---> staging- k8s.gcr.io/conformance-s390x:VERSION
29
+ # ---> k8s.gcr.io/conformance-s390x:VERSION
30
30
```
31
31
32
32
If you don't want to push the images, run ` make ` or ` make build ` instead
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ metadata:
55
55
spec :
56
56
containers :
57
57
- name : conformance-container
58
- image : staging- k8s.gcr.io/conformance-amd64:v1.14-alpha4
58
+ image : k8s.gcr.io/conformance-amd64:v1.14
59
59
imagePullPolicy : IfNotPresent
60
60
env :
61
61
- name : E2E_FOCUS
You can’t perform that action at this time.
0 commit comments