Commit f2c8d1bd authored by Abhishek Shah's avatar Abhishek Shah

New SkyDNS build (Oct 13, 2015, 8c72f8c). Set ns-rotate to false. rtimeout is…

New SkyDNS build (Oct 13, 2015, 8c72f8c). Set ns-rotate to false. rtimeout is now defaulting to 2 seconds. SkyDNS container includes its sources in /skydns_sources.tar.gz
parent 535246f3
...@@ -49,7 +49,7 @@ spec: ...@@ -49,7 +49,7 @@ spec:
# command = "/kube2sky" # command = "/kube2sky"
- -domain={{ pillar['dns_domain'] }} - -domain={{ pillar['dns_domain'] }}
- name: skydns - name: skydns
image: gcr.io/google_containers/skydns:2015-03-11-001 image: gcr.io/google_containers/skydns:2015-10-13-8c72f8c
resources: resources:
limits: limits:
cpu: 100m cpu: 100m
...@@ -58,7 +58,7 @@ spec: ...@@ -58,7 +58,7 @@ spec:
# command = "/skydns" # command = "/skydns"
- -machines=http://localhost:4001 - -machines=http://localhost:4001
- -addr=0.0.0.0:53 - -addr=0.0.0.0:53
- -rtimeout=1s - -ns-rotate=false
- -domain={{ pillar['dns_domain'] }}. - -domain={{ pillar['dns_domain'] }}.
ports: ports:
- containerPort: 53 - containerPort: 53
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment