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
10f9789b
Commit
10f9789b
authored
May 23, 2016
by
Abhishek Shah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added dnsmasq container in kubedns pod
parent
fcba7c3e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
Makefile
build/kube-dns/Makefile
+1
-1
kubedns-rc.yaml.in
cluster/saltbase/salt/kube-dns/kubedns-rc.yaml.in
+15
-1
known-flags.txt
hack/verify-flags/known-flags.txt
+1
-0
No files found.
build/kube-dns/Makefile
View file @
10f9789b
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
# Default registry, arch and tag. This can be overwritten by arguments to make
# Default registry, arch and tag. This can be overwritten by arguments to make
PLATFORM
?=
linux
PLATFORM
?=
linux
ARCH
?=
amd64
ARCH
?=
amd64
TAG
?=
1.
0
TAG
?=
1.
1
REGISTRY
?=
gcr.io/google_containers
REGISTRY
?=
gcr.io/google_containers
GOLANG_VERSION
=
1.6
GOLANG_VERSION
=
1.6
...
...
cluster/saltbase/salt/kube-dns/kubedns-rc.yaml.in
View file @
10f9789b
...
@@ -21,7 +21,7 @@ spec:
...
@@ -21,7 +21,7 @@ spec:
spec:
spec:
containers:
containers:
- name: kubedns
- name: kubedns
image: gcr.io/google_containers/kubedns-amd64:1.
0
image: gcr.io/google_containers/kubedns-amd64:1.
1
resources:
resources:
# TODO: Set memory limits when we've profiled the container for large
# TODO: Set memory limits when we've profiled the container for large
# clusters, then set request = limit to keep this container in
# clusters, then set request = limit to keep this container in
...
@@ -54,6 +54,20 @@ spec:
...
@@ -54,6 +54,20 @@ spec:
args:
args:
# command = "/kube-dns"
# command = "/kube-dns"
- --domain={{ pillar['dns_domain'] }}.
- --domain={{ pillar['dns_domain'] }}.
- --dns-port=10053
ports:
- containerPort: 10053
name: dns-local
protocol: UDP
- containerPort: 10053
name: dns-tcp-local
protocol: TCP
- name: dnsmasq
image: gcr.io/google_containers/dnsmasq:1.1
args:
- --cache-size=1000
- --no-resolv
- --server=127.0.0.1#10053
ports:
ports:
- containerPort: 53
- containerPort: 53
name: dns
name: dns
...
...
hack/verify-flags/known-flags.txt
View file @
10f9789b
...
@@ -90,6 +90,7 @@ deployment-label-key
...
@@ -90,6 +90,7 @@ deployment-label-key
deserialization-cache-size
deserialization-cache-size
dest-file
dest-file
disable-filter
disable-filter
dns-port
docker-email
docker-email
docker-endpoint
docker-endpoint
docker-exec-handler
docker-exec-handler
...
...
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