Skip to content

Commit

Permalink
Switch to apps/v1 for DaemonSet (fluent#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Anderson <[email protected]>
  • Loading branch information
evankanderson authored Jul 28, 2020
1 parent 92c3cff commit ec30d76
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
5 changes: 4 additions & 1 deletion fluent-bit-daemonset-kafka-rest.yml
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 @@ -8,6 +8,9 @@ metadata:
version: v1
kubernetes.io/cluster-service: "true"
spec:
selector:
matchLabels:
k8s-app: fluent-bit-logging
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion output/elasticsearch/fluent-bit-ds-minikube.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 @@ -8,6 +8,9 @@ metadata:
version: v1
kubernetes.io/cluster-service: "true"
spec:
selector:
matchLabels:
k8s-app: fluent-bit-logging
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion output/elasticsearch/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 @@ -8,6 +8,9 @@ metadata:
version: v1
kubernetes.io/cluster-service: "true"
spec:
selector:
matchLabels:
k8s-app: fluent-bit-logging
template:
metadata:
labels:
Expand Down
5 changes: 4 additions & 1 deletion output/kafka/fluent-bit-ds-minikube.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,9 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
k8s-app: fluent-bit-logging
template:
metadata:
labels:
Expand Down
5 changes: 4 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,9 @@ metadata:
spec:
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
k8s-app: fluent-bit-logging
template:
metadata:
labels:
Expand Down

0 comments on commit ec30d76

Please sign in to comment.