mirror of https://github.com/k3s-io/k3s
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
commit
0331646e8f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue