Commit cfaff2db authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #38000 from MrHohn/dns-log-level

Automatic merge from submit-queue (batch tested with PRs 38049, 37823, 38000, 36646) Fixes kubedns logging level We should have bumped up the verbose level to v=2 for `kubedns` after cutting the last release, as the TODO indicates. @bowei @thockin
parents 723a200c 05f692d9
...@@ -81,9 +81,7 @@ spec: ...@@ -81,9 +81,7 @@ spec:
- --domain=__PILLAR__DNS__DOMAIN__. - --domain=__PILLAR__DNS__DOMAIN__.
- --dns-port=10053 - --dns-port=10053
- --config-map=kube-dns - --config-map=kube-dns
# This should be set to v=2 only after the new image (cut from 1.5) has - --v=2
# been released, otherwise we will flood the logs.
- --v=0
__PILLAR__FEDERATIONS__DOMAIN__MAP__ __PILLAR__FEDERATIONS__DOMAIN__MAP__
env: env:
- name: PROMETHEUS_PORT - name: PROMETHEUS_PORT
......
...@@ -81,9 +81,7 @@ spec: ...@@ -81,9 +81,7 @@ spec:
- --domain={{ pillar['dns_domain'] }}. - --domain={{ pillar['dns_domain'] }}.
- --dns-port=10053 - --dns-port=10053
- --config-map=kube-dns - --config-map=kube-dns
# This should be set to v=2 only after the new image (cut from 1.5) has - --v=2
# been released, otherwise we will flood the logs.
- --v=0
{{ pillar['federations_domain_map'] }} {{ pillar['federations_domain_map'] }}
env: env:
- name: PROMETHEUS_PORT - name: PROMETHEUS_PORT
......
...@@ -81,9 +81,7 @@ spec: ...@@ -81,9 +81,7 @@ spec:
- --domain=$DNS_DOMAIN. - --domain=$DNS_DOMAIN.
- --dns-port=10053 - --dns-port=10053
- --config-map=kube-dns - --config-map=kube-dns
# This should be set to v=2 only after the new image (cut from 1.5) has - --v=2
# been released, otherwise we will flood the logs.
- --v=0
env: env:
- name: PROMETHEUS_PORT - name: PROMETHEUS_PORT
value: "10055" value: "10055"
......
...@@ -62,7 +62,7 @@ spec: ...@@ -62,7 +62,7 @@ spec:
- --domain=${DNS_DOMAIN}. - --domain=${DNS_DOMAIN}.
- --dns-port=10053 - --dns-port=10053
- --config-map=kube-dns - --config-map=kube-dns
- --v=0 - --v=2
env: env:
- name: PROMETHEUS_PORT - name: PROMETHEUS_PORT
value: "10055" value: "10055"
......
...@@ -78,7 +78,7 @@ spec: ...@@ -78,7 +78,7 @@ spec:
- --domain={{ pillar['dns_domain'] }}. - --domain={{ pillar['dns_domain'] }}.
- --dns-port=10053 - --dns-port=10053
- --config-map=kube-dns - --config-map=kube-dns
- --v=0 - --v=2
- --kube_master_url=http://{{ private_address }}:8080 - --kube_master_url=http://{{ private_address }}:8080
{{ pillar['federations_domain_map'] }} {{ pillar['federations_domain_map'] }}
env: env:
......
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