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
7a8696c3
Commit
7a8696c3
authored
Oct 19, 2018
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to debian-base 0.4.0
Additionally, update the addon-manager to use kubectl v1.11.3.
parent
8906d1d8
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
32 additions
and
28 deletions
+32
-28
Makefile
build/debian-hyperkube-base/Makefile
+2
-2
Makefile
build/debian-iptables/Makefile
+2
-2
CHANGELOG.md
cluster/addons/addon-manager/CHANGELOG.md
+4
-0
Makefile
cluster/addons/addon-manager/Makefile
+3
-3
runtime.go
test/e2e/common/runtime.go
+1
-1
BASEIMAGE
test/images/pets/peer-finder/BASEIMAGE
+4
-4
VERSION
test/images/pets/peer-finder/VERSION
+1
-1
BASEIMAGE
test/images/pets/redis-installer/BASEIMAGE
+4
-4
VERSION
test/images/pets/redis-installer/VERSION
+1
-1
BASEIMAGE
test/images/pets/zookeeper-installer/BASEIMAGE
+4
-4
VERSION
test/images/pets/zookeeper-installer/VERSION
+1
-1
BASEIMAGE
test/images/resource-consumer/BASEIMAGE
+4
-4
VERSION
test/images/resource-consumer/VERSION
+1
-1
No files found.
build/debian-hyperkube-base/Makefile
View file @
7a8696c3
...
...
@@ -19,12 +19,12 @@
REGISTRY
?=
staging-k8s.gcr.io
IMAGE
?=
$(REGISTRY)
/debian-hyperkube-base
TAG
=
0.1
1
.0
TAG
=
0.1
2
.0
ARCH
?=
amd64
ALL_ARCH
=
amd64 arm arm64 ppc64le s390x
CACHEBUST
?=
1
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.
3.2
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.
4.0
CNI_VERSION
=
v0.6.0
TEMP_DIR
:=
$(
shell
mktemp
-d
)
...
...
build/debian-iptables/Makefile
View file @
7a8696c3
...
...
@@ -16,12 +16,12 @@
REGISTRY
?=
"staging-k8s.gcr.io"
IMAGE
=
$(REGISTRY)
/debian-iptables
TAG
?=
v1
0.2
TAG
?=
v1
1.0
ARCH
?=
amd64
ALL_ARCH
=
amd64 arm arm64 ppc64le s390x
TEMP_DIR
:=
$(
shell
mktemp
-d
)
BASEIMAGE
?=
k8s.gcr.io/debian-base-
$(ARCH)
:0.
3.2
BASEIMAGE
?=
k8s.gcr.io/debian-base-
$(ARCH)
:0.
4.0
# This option is for running docker manifest command
export
DOCKER_CLI_EXPERIMENTAL
:=
enabled
...
...
cluster/addons/addon-manager/CHANGELOG.md
View file @
7a8696c3
### Version 8.9 (Fri October 19 2018 Jeff Grafton <jgrafton@google.com>)
-
Update to use debian-base:0.4.0.
-
Update kubectl to v1.11.3.
### Version 8.8 (Mon October 1 2018 Zihong Zheng <zihongz@google.com>)
-
Update to use debian-base:0.3.2.
...
...
cluster/addons/addon-manager/Makefile
View file @
7a8696c3
...
...
@@ -15,10 +15,10 @@
IMAGE
=
staging-k8s.gcr.io/kube-addon-manager
ARCH
?=
amd64
TEMP_DIR
:=
$(
shell
mktemp
-d
)
VERSION
=
v8.
8
KUBECTL_VERSION
?=
v1.1
0.7
VERSION
=
v8.
9
KUBECTL_VERSION
?=
v1.1
1.3
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.
3.2
BASEIMAGE
=
k8s.gcr.io/debian-base-
$(ARCH)
:0.
4.0
.PHONY
:
build push
...
...
test/e2e/common/runtime.go
View file @
7a8696c3
...
...
@@ -276,7 +276,7 @@ while true; do sleep 1; done
},
{
description
:
"should be able to pull image from gcr.io"
,
image
:
"gcr.io/google-containers/debian-base:0.
3.2
"
,
image
:
"gcr.io/google-containers/debian-base:0.
4.0
"
,
phase
:
v1
.
PodRunning
,
waiting
:
false
,
},
...
...
test/images/pets/peer-finder/BASEIMAGE
View file @
7a8696c3
amd64=k8s.gcr.io/debian-base-amd64:0.
3.2
arm=k8s.gcr.io/debian-base-arm:0.
3.2
arm64=k8s.gcr.io/debian-base-arm64:0.
3.2
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.
3.2
amd64=k8s.gcr.io/debian-base-amd64:0.
4.0
arm=k8s.gcr.io/debian-base-arm:0.
4.0
arm64=k8s.gcr.io/debian-base-arm64:0.
4.0
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.
4.0
test/images/pets/peer-finder/VERSION
View file @
7a8696c3
1.
2
1.
3
test/images/pets/redis-installer/BASEIMAGE
View file @
7a8696c3
amd64=k8s.gcr.io/debian-base-amd64:0.
3.2
arm=k8s.gcr.io/debian-base-arm:0.
3.2
arm64=k8s.gcr.io/debian-base-arm64:0.
3.2
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.
3.2
amd64=k8s.gcr.io/debian-base-amd64:0.
4.0
arm=k8s.gcr.io/debian-base-arm:0.
4.0
arm64=k8s.gcr.io/debian-base-arm64:0.
4.0
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.
4.0
test/images/pets/redis-installer/VERSION
View file @
7a8696c3
1.
1
1.
2
test/images/pets/zookeeper-installer/BASEIMAGE
View file @
7a8696c3
amd64=k8s.gcr.io/debian-base-amd64:0.
3.2
arm=k8s.gcr.io/debian-base-arm:0.
3.2
arm64=k8s.gcr.io/debian-base-arm64:0.
3.2
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.
3.2
amd64=k8s.gcr.io/debian-base-amd64:0.
4.0
arm=k8s.gcr.io/debian-base-arm:0.
4.0
arm64=k8s.gcr.io/debian-base-arm64:0.
4.0
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.
4.0
test/images/pets/zookeeper-installer/VERSION
View file @
7a8696c3
1.
1
1.
2
test/images/resource-consumer/BASEIMAGE
View file @
7a8696c3
amd64=k8s.gcr.io/debian-base-amd64:0.
3.2
arm=k8s.gcr.io/debian-base-arm:0.
3.2
arm64=k8s.gcr.io/debian-base-arm64:0.
3.2
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.
3.2
amd64=k8s.gcr.io/debian-base-amd64:0.
4.0
arm=k8s.gcr.io/debian-base-arm:0.
4.0
arm64=k8s.gcr.io/debian-base-arm64:0.
4.0
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.
4.0
test/images/resource-consumer/VERSION
View file @
7a8696c3
1.
3
1.
4
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