DNS healthz container - add quiet option to stop flooding logs

pull/6/head
Girish Kalele 2016-06-08 12:44:58 -07:00
parent 7180b35535
commit 6dbcd727ae
3 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,7 @@ spec:
args:
- -cmd=nslookup kubernetes.default.svc.__PILLAR__DNS__DOMAIN__ 127.0.0.1 >/dev/null
- -port=8080
- -quiet
ports:
- containerPort: 8080
protocol: TCP

View File

@ -108,6 +108,7 @@ spec:
args:
- -cmd=nslookup kubernetes.default.svc.{{ pillar['dns_domain'] }} 127.0.0.1 >/dev/null
- -port=8080
- -quiet
ports:
- containerPort: 8080
protocol: TCP

View File

@ -108,6 +108,7 @@ spec:
args:
- -cmd=nslookup kubernetes.default.svc.$DNS_DOMAIN 127.0.0.1 >/dev/null
- -port=8080
- -quiet
ports:
- containerPort: 8080
protocol: TCP