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
6fd8903a
Commit
6fd8903a
authored
Dec 27, 2017
by
Fabian Selles Rosa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ipset binary for IPVS, context:
https://github.com/kubernetes/kubernetes/issues/57321
parent
317853c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Dockerfile
build/debian-hyperkube-base/Dockerfile
+1
-0
Makefile
build/debian-hyperkube-base/Makefile
+1
-1
No files found.
build/debian-hyperkube-base/Dockerfile
View file @
6fd8903a
...
@@ -34,6 +34,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
...
@@ -34,6 +34,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
git
\
git
\
glusterfs-client
\
glusterfs-client
\
iptables
\
iptables
\
ipset
\
jq
\
jq
\
kmod
\
kmod
\
openssh-client
\
openssh-client
\
...
...
build/debian-hyperkube-base/Makefile
View file @
6fd8903a
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
REGISTRY
?=
staging-k8s.gcr.io
REGISTRY
?=
staging-k8s.gcr.io
IMAGE
?=
debian-hyperkube-base
IMAGE
?=
debian-hyperkube-base
TAG
=
0.
8
TAG
=
0.
9
ARCH
?=
amd64
ARCH
?=
amd64
CACHEBUST
?=
1
CACHEBUST
?=
1
...
...
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