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
c956b5b4
Commit
c956b5b4
authored
Oct 20, 2016
by
Matt Rickard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update kubectl in addon-manager to v1.5.0-alpha.1
`kubectl apply --prune` was only implemented in v1.5.1-alpha.1 (ea5ecc)
parent
e2c5dea3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
Makefile
cluster/addons/addon-manager/Makefile
+1
-4
No files found.
cluster/addons/addon-manager/Makefile
View file @
c956b5b4
...
@@ -16,25 +16,22 @@ IMAGE=gcr.io/google-containers/kube-addon-manager
...
@@ -16,25 +16,22 @@ IMAGE=gcr.io/google-containers/kube-addon-manager
ARCH
?=
amd64
ARCH
?=
amd64
TEMP_DIR
:=
$(
shell
mktemp
-d
)
TEMP_DIR
:=
$(
shell
mktemp
-d
)
VERSION
=
v5.1
VERSION
=
v5.1
KUBECTL_VERSION
?=
v1.5.0-alpha.1
# amd64 and arm has "stable" binaries pushed for v1.2, arm64 and ppc64le hasn't so they have to fetch the latest alpha
# amd64 and arm has "stable" binaries pushed for v1.2, arm64 and ppc64le hasn't so they have to fetch the latest alpha
# however, arm64 and ppc64le are very experimental right now, so it's okay
# however, arm64 and ppc64le are very experimental right now, so it's okay
ifeq
($(ARCH),amd64)
ifeq
($(ARCH),amd64)
KUBECTL_VERSION
?=
v1.3.0-beta.2
BASEIMAGE
?=
python:2.7-slim
BASEIMAGE
?=
python:2.7-slim
endif
endif
ifeq
($(ARCH),arm)
ifeq
($(ARCH),arm)
KUBECTL_VERSION
?=
v1.3.0-beta.2
BASEIMAGE
?=
hypriot/rpi-python:2.7
BASEIMAGE
?=
hypriot/rpi-python:2.7
QEMUARCH
=
arm
QEMUARCH
=
arm
endif
endif
ifeq
($(ARCH),arm64)
ifeq
($(ARCH),arm64)
KUBECTL_VERSION
?=
v1.3.0-beta.2
BASEIMAGE
?=
aarch64/python:2.7-slim
BASEIMAGE
?=
aarch64/python:2.7-slim
QEMUARCH
=
aarch64
QEMUARCH
=
aarch64
endif
endif
ifeq
($(ARCH),ppc64le)
ifeq
($(ARCH),ppc64le)
KUBECTL_VERSION
?=
v1.3.0-beta.2
BASEIMAGE
?=
ppc64le/python:2.7-slim
BASEIMAGE
?=
ppc64le/python:2.7-slim
QEMUARCH
=
ppc64le
QEMUARCH
=
ppc64le
endif
endif
...
...
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