Merge pull request #54450 from zouyee/log-dump-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

[cluster/log-dump] bump daemonset version

**What this PR does / why we need it**:
bump daemonset version
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

**Special notes for your reviewer**:

**Release note**:

```NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-10-24 12:39:58 -07:00 committed by GitHub
commit 0331646e8f

View File

@ -20,12 +20,15 @@ type: Opaque
data: data:
service-account.json: {{.ServiceAccountCredentials}} service-account.json: {{.ServiceAccountCredentials}}
--- ---
apiVersion: extensions/v1beta1 apiVersion: apps/v1beta2
kind: DaemonSet kind: DaemonSet
metadata: metadata:
name: logexporter name: logexporter
namespace: {{.LogexporterNamespace}} namespace: {{.LogexporterNamespace}}
spec: spec:
selector:
matchLabels:
app: logexporter
template: template:
metadata: metadata:
labels: labels: