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
ad4b6dcb
Commit
ad4b6dcb
authored
May 08, 2015
by
Paul Morie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ease building kubelet image
parent
12de230b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Makefile
cluster/images/kubelet/Makefile
+5
-2
No files found.
cluster/images/kubelet/Makefile
View file @
ad4b6dcb
...
@@ -5,13 +5,16 @@
...
@@ -5,13 +5,16 @@
# TODO: figure out how to make a single source of version info for these
# TODO: figure out how to make a single source of version info for these
# images
# images
VERSION
=
v0.16
VERSION
=
v0.16
BIN_DIR
=
bin/linux/amd64
LOCAL_OUTPUT_DIR
=
../../../_output/local
release
:
clean
release
:
clean
curl
-O
https://storage.googleapis.com/kubernetes-release/release/
${
VERSION
}
/
bin/linux/amd64
/kubelet
curl
-O
https://storage.googleapis.com/kubernetes-release/release/
${
VERSION
}
/
${
BIN_DIR
}
/kubelet
docker build
-t
gcr.io/google_containers/kubelet:
${
VERSION
}
.
docker build
-t
gcr.io/google_containers/kubelet:
${
VERSION
}
.
gcloud preview docker push gcr.io/google_containers/kubelet:
${
VERSION
}
gcloud preview docker push gcr.io/google_containers/kubelet:
${
VERSION
}
local
:
local
:
clean
cp
${
LOCAL_OUTPUT_DIR
}
/
${
BIN_DIR
}
/kubelet .
docker build
-t
gcr.io/google_containers/kubelet .
docker build
-t
gcr.io/google_containers/kubelet .
clean
:
clean
:
...
...
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