Fixes kubedns logging level

This commit is contained in:
Zihong Zheng 2016-12-02 16:24:22 -08:00
parent 28e8b5ab2b
commit 05f692d9f6
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: