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
b0268f38
Commit
b0268f38
authored
Dec 23, 2014
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a kubernetes-hosted minimal container for skydns
parent
e045c6ce
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
2 deletions
+24
-2
skydns-rc.yaml.in
contrib/dns/skydns-rc.yaml.in
+2
-2
Dockerfile
contrib/dns/skydns/Dockerfile
+4
-0
Makefile
contrib/dns/skydns/Makefile
+13
-0
README.md
contrib/dns/skydns/README.md
+5
-0
No files found.
contrib/dns/skydns-rc.yaml.in
View file @
b0268f38
...
@@ -25,13 +25,13 @@ desiredState:
...
@@ -25,13 +25,13 @@ desiredState:
"-peer-bind-addr=127.0.0.1",
"-peer-bind-addr=127.0.0.1",
]
]
- name: kube2sky
- name: kube2sky
image: kubernetes/kube2sky:
latest
image: kubernetes/kube2sky:
1.0
command: [
command: [
# entrypoint = "/kube2sky",
# entrypoint = "/kube2sky",
"-domain={DNS_DOMAIN}",
"-domain={DNS_DOMAIN}",
]
]
- name: skydns
- name: skydns
image:
skynetservices/skydns:latest
image:
kubernetes/skydns:2014-12-23-001
command: [
command: [
# entrypoint = "/skydns",
# entrypoint = "/skydns",
"-machines=http://localhost:4001",
"-machines=http://localhost:4001",
...
...
contrib/dns/skydns/Dockerfile
0 → 100644
View file @
b0268f38
FROM
busybox
MAINTAINER
Tim Hockin <thockin@google.com>
ADD
skydns skydns
ENTRYPOINT
["/skydns"]
contrib/dns/skydns/Makefile
0 → 100644
View file @
b0268f38
all
:
skydns
skydns
:
CGO_ENABLED
=
0 go build
-a
--ldflags
'-w'
github.com/skynetservices/skydns
container
:
skydns
sudo
docker build
-t
kubernetes/skydns .
push
:
sudo
docker push kubernetes/skydns
clean
:
rm
-f
skydns
contrib/dns/skydns/README.md
0 → 100644
View file @
b0268f38
# skydns for kubernetes
=======================
This container only exists until skydns itself is reduced in some way. At the
time of this writing, it is over 600 MB large.
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