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
```
pull/6/head
Kubernetes Submit Queue 2017-10-24 12:39:58 -07:00 committed by GitHub
commit 0331646e8f
1 changed files with 4 additions and 1 deletions

View File

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