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

Commit

Permalink
Updating api endpoint and selector
Browse files Browse the repository at this point in the history
It's safe to add apps/v1 to Daemonset as it's stable from 1.9, Which I think almost all are.
  • Loading branch information
rjshrjndrn authored Jan 10, 2020
1 parent 1cdfc96 commit 21e9c65
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion output/kafka/fluent-bit-ds.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: fluent-bit
Expand All @@ -10,6 +10,10 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
k8s-app: fluent-bit-logging
version: v1
template:
metadata:
labels:
Expand Down

0 comments on commit 21e9c65

Please sign in to comment.