Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
23b33f5c
Unverified
Commit
23b33f5c
authored
Feb 27, 2019
by
Davanum Srinivas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to k8s.gcr.io (from staging)
Change-Id: Ib0d6f681be3537f0cbfcae1dc254f1c42a04be66
parent
87d9903a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Makefile
cluster/images/conformance/Makefile
+2
-2
README.md
cluster/images/conformance/README.md
+7
-7
conformance-e2e.yaml
cluster/images/conformance/conformance-e2e.yaml
+1
-1
No files found.
cluster/images/conformance/Makefile
View file @
23b33f5c
...
...
@@ -15,9 +15,9 @@
# Build the conformance image.
#
# Usage:
# [ARCH=amd64] [REGISTRY="
staging-
k8s.gcr.io"] make (build|push) VERSION={some_released_version_of_kubernetes}
# [ARCH=amd64] [REGISTRY="k8s.gcr.io"] make (build|push) VERSION={some_released_version_of_kubernetes}
REGISTRY
?=
staging-
k8s.gcr.io
REGISTRY
?=
k8s.gcr.io
ARCH
?=
amd64
OUT_DIR
?=
_output
...
...
cluster/images/conformance/README.md
View file @
23b33f5c
...
...
@@ -10,23 +10,23 @@
$
make
WHAT
=
"test/e2e/e2e.test vendor/github.com/onsi/ginkgo/ginkgo cmd/kubectl"
#
Build
for
linux/amd64
(
default
)
#
export
REGISTRY
=
$HOST
/
$ORG
to switch from
staging-
k8s.gcr.io
#
export
REGISTRY
=
$HOST
/
$ORG
to switch from k8s.gcr.io
$
make push
VERSION
={
target_version
}
ARCH
=
amd64
#
---
>
staging-
k8s.gcr.io/conformance-amd64:VERSION
#
---
>
staging-
k8s.gcr.io/conformance:VERSION
(
image with backwards-compatible naming
)
#
---
>
k8s.gcr.io/conformance-amd64:VERSION
#
---
>
k8s.gcr.io/conformance:VERSION
(
image with backwards-compatible naming
)
$
make push
VERSION
={
target_version
}
ARCH
=
arm
#
---
>
staging-
k8s.gcr.io/conformance-arm:VERSION
#
---
>
k8s.gcr.io/conformance-arm:VERSION
$
make push
VERSION
={
target_version
}
ARCH
=
arm64
#
---
>
staging-
k8s.gcr.io/conformance-arm64:VERSION
#
---
>
k8s.gcr.io/conformance-arm64:VERSION
$
make push
VERSION
={
target_version
}
ARCH
=
ppc64le
#
---
>
staging-
k8s.gcr.io/conformance-ppc64le:VERSION
#
---
>
k8s.gcr.io/conformance-ppc64le:VERSION
$
make push
VERSION
={
target_version
}
ARCH
=
s390x
#
---
>
staging-
k8s.gcr.io/conformance-s390x:VERSION
#
---
>
k8s.gcr.io/conformance-s390x:VERSION
```
If you don't want to push the images, run
`make`
or
`make build`
instead
...
...
cluster/images/conformance/conformance-e2e.yaml
View file @
23b33f5c
...
...
@@ -55,7 +55,7 @@ metadata:
spec
:
containers
:
-
name
:
conformance-container
image
:
staging-k8s.gcr.io/conformance-amd64:v1.14-alpha
4
image
:
k8s.gcr.io/conformance-amd64:v1.1
4
imagePullPolicy
:
IfNotPresent
env
:
-
name
:
E2E_FOCUS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment