Disable liveness for dns due to #10659

pull/6/head
Dawn Chen 2015-07-07 16:05:32 -07:00
parent af906eedd9
commit 4f947ce8ed
1 changed files with 0 additions and 8 deletions

View File

@ -61,12 +61,4 @@ spec:
- containerPort: 53
name: dns-tcp
protocol: TCP
livenessProbe:
exec:
command:
- /bin/sh
- -c
- nslookup kubernetes.default.svc.{{ pillar['dns_domain'] }} localhost >/dev/null
initialDelaySeconds: 30
timeoutSeconds: 5
dnsPolicy: Default # Don't use cluster DNS.