Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit 21e9c65

Browse files
authored
Updating api endpoint and selector
It's safe to add apps/v1 to Daemonset as it's stable from 1.9, Which I think almost all are.
1 parent 1cdfc96 commit 21e9c65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: output/kafka/fluent-bit-ds.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: extensions/v1beta1
1+
apiVersion: apps/v1
22
kind: DaemonSet
33
metadata:
44
name: fluent-bit
@@ -10,6 +10,10 @@ metadata:
1010
spec:
1111
updateStrategy:
1212
type: RollingUpdate
13+
selector:
14+
matchLabels:
15+
k8s-app: fluent-bit-logging
16+
version: v1
1317
template:
1418
metadata:
1519
labels:

0 commit comments

Comments
 (0)