Files
kubernetes/pkg/kubelet
Kubernetes Submit Queue 6fbc554c6b Merge pull request #48960 from sjenning/no-event-on-dns-dedup
Automatic merge from submit-queue (batch tested with PRs 45040, 48960)

Do not generate warning event on dns search deduplication

In the case that the node is able to use the cluster DNS, `cluster.local` will already be in the node search domains in `/etc/resolv.conf`.  The kubelet then parses `/etc/resolv.conf` on the node and combines it with  $namespace.svc.$clusterDomain, svc.$clusterDomain, and $clusterDomain to create the pod DNS search domains.  clusterDomain is `cluster.local` by default.  This causes the code to generate a Warning event visible to the user for _every_ pod:

```
Warning   DNSSearchForming     Found and omitted duplicated dns domain in host search line: 'cluster.local' during merging with cluster dns domains
```
This is really overkill.  IMHO, this should be done in the background with no user level notification or logging at all.

xref https://bugzilla.redhat.com/show_bug.cgi?id=1471198

@derekwaynecarr @eparis @vefimova
2017-07-25 14:40:44 -07:00
..
2017-06-22 11:31:03 -07:00
2017-06-22 11:31:03 -07:00
2017-05-17 18:31:56 +08:00
2017-07-20 11:03:49 -07:00
2017-07-05 15:40:51 +08:00
2017-07-20 11:03:49 -07:00
2017-06-22 11:31:03 -07:00
2017-07-20 11:03:49 -07:00
2017-07-20 11:03:49 -07:00
2017-06-09 10:16:40 +08:00
2017-07-20 11:03:49 -07:00
2017-06-22 11:31:03 -07:00
2017-06-22 23:45:15 +02:00
2017-06-22 11:31:03 -07:00
2017-06-22 11:31:03 -07:00
2017-07-10 14:05:46 -07:00
2017-06-22 11:31:03 -07:00
2017-07-19 11:33:06 +08:00