Merge pull request #32422 from MrHohn/dnsmasq-log

Automatic merge from submit-queue

Added --log-facility flag to enhance dnsmasq logging

Fix #31010.

Dnsmasq in kube-dns pod is logging in default setting, which is somehow hard to locate. Add --log-facility=- flag to redirect logs to std.

@girishkalele
This commit is contained in:
Kubernetes Submit Queue 2016-09-15 01:46:49 -07:00 committed by GitHub
commit e0345a1b1a
5 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,7 @@ spec:
- --cache-size=1000
- --no-resolv
- --server=127.0.0.1#10053
- --log-facility=-
ports:
- containerPort: 53
name: dns

View File

@ -92,6 +92,7 @@ spec:
- --cache-size=1000
- --no-resolv
- --server=127.0.0.1#10053
- --log-facility=-
ports:
- containerPort: 53
name: dns

View File

@ -91,6 +91,7 @@ spec:
- --cache-size=1000
- --no-resolv
- --server=127.0.0.1#10053
- --log-facility=-
ports:
- containerPort: 53
name: dns

View File

@ -68,6 +68,7 @@ spec:
- --cache-size=1000
- --no-resolv
- --server=127.0.0.1#10053
- --log-facility=-
ports:
- containerPort: 53
name: dns

View File

@ -88,6 +88,7 @@ spec:
- --cache-size=1000
- --no-resolv
- --server=127.0.0.1#10053
- --log-facility=-
ports:
- containerPort: 53
name: dns