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
This commit is contained in:
Kubernetes Submit Queue 2016-12-03 14:20:52 -08:00 committed by GitHub
commit cfaff2db95
5 changed files with 5 additions and 11 deletions

View File

@ -81,9 +81,7 @@ spec:
- --domain=__PILLAR__DNS__DOMAIN__.
- --dns-port=10053
- --config-map=kube-dns
# This should be set to v=2 only after the new image (cut from 1.5) has
# been released, otherwise we will flood the logs.
- --v=0
- --v=2
__PILLAR__FEDERATIONS__DOMAIN__MAP__
env:
- name: PROMETHEUS_PORT

View File

@ -81,9 +81,7 @@ spec:
- --domain={{ pillar['dns_domain'] }}.
- --dns-port=10053
- --config-map=kube-dns
# This should be set to v=2 only after the new image (cut from 1.5) has
# been released, otherwise we will flood the logs.
- --v=0
- --v=2
{{ pillar['federations_domain_map'] }}
env:
- name: PROMETHEUS_PORT

View File

@ -81,9 +81,7 @@ spec:
- --domain=$DNS_DOMAIN.
- --dns-port=10053
- --config-map=kube-dns
# This should be set to v=2 only after the new image (cut from 1.5) has
# been released, otherwise we will flood the logs.
- --v=0
- --v=2
env:
- name: PROMETHEUS_PORT
value: "10055"

View File

@ -62,7 +62,7 @@ spec:
- --domain=${DNS_DOMAIN}.
- --dns-port=10053
- --config-map=kube-dns
- --v=0
- --v=2
env:
- name: PROMETHEUS_PORT
value: "10055"

View File

@ -78,7 +78,7 @@ spec:
- --domain={{ pillar['dns_domain'] }}.
- --dns-port=10053
- --config-map=kube-dns
- --v=0
- --v=2
- --kube_master_url=http://{{ private_address }}:8080
{{ pillar['federations_domain_map'] }}
env: