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
fbbb8634
Commit
fbbb8634
authored
Oct 15, 2018
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create hyperkube symlinks in base image
parent
ef195428
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
Dockerfile
build/debian-hyperkube-base/Dockerfile
+16
-0
Makefile
build/debian-hyperkube-base/Makefile
+1
-1
No files found.
build/debian-hyperkube-base/Dockerfile
View file @
fbbb8634
...
@@ -14,6 +14,22 @@
...
@@ -14,6 +14,22 @@
FROM
BASEIMAGE
FROM
BASEIMAGE
# TODO(#69896): deprecate the shortened aliases in /
RUN
ln
-s
/hyperkube /apiserver
\
&&
ln
-s
/hyperkube /cloud-controller-manager
\
&&
ln
-s
/hyperkube /controller-manager
\
&&
ln
-s
/hyperkube /kubectl
\
&&
ln
-s
/hyperkube /kubelet
\
&&
ln
-s
/hyperkube /proxy
\
&&
ln
-s
/hyperkube /scheduler
\
&&
ln
-s
/hyperkube /usr/local/bin/cloud-controller-manager
\
&&
ln
-s
/hyperkube /usr/local/bin/kube-apiserver
\
&&
ln
-s
/hyperkube /usr/local/bin/kube-controller-manager
\
&&
ln
-s
/hyperkube /usr/local/bin/kube-proxy
\
&&
ln
-s
/hyperkube /usr/local/bin/kube-scheduler
\
&&
ln
-s
/hyperkube /usr/local/bin/kubectl
\
&&
ln
-s
/hyperkube /usr/local/bin/kubelet
RUN
echo
CACHEBUST>/dev/null
&&
clean-install
\
RUN
echo
CACHEBUST>/dev/null
&&
clean-install
\
bash
bash
...
...
build/debian-hyperkube-base/Makefile
View file @
fbbb8634
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
REGISTRY
?=
staging-k8s.gcr.io
REGISTRY
?=
staging-k8s.gcr.io
IMAGE
?=
$(REGISTRY)
/debian-hyperkube-base
IMAGE
?=
$(REGISTRY)
/debian-hyperkube-base
TAG
=
0.1
0.2
TAG
=
0.1
1.0
ARCH
?=
amd64
ARCH
?=
amd64
ALL_ARCH
=
amd64 arm arm64 ppc64le s390x
ALL_ARCH
=
amd64 arm arm64 ppc64le s390x
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