mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-17 13:47:14 +00:00
feat: support k8s 1.16 when deployed as DaemonSet
update API resource version and remove deprecated one. Signed-off-by: maxgio92 <massimiliano.giovagnoli.1992@gmail.com>
This commit is contained in:
parent
6c0e5297fa
commit
f515ffc439
@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: falco-event-generator-deployment
|
name: falco-event-generator-deployment
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: falco-daemonset
|
name: falco-daemonset
|
||||||
@ -6,6 +6,10 @@ metadata:
|
|||||||
app: falco-example
|
app: falco-example
|
||||||
role: security
|
role: security
|
||||||
spec:
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: falco-example
|
||||||
|
role: security
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: falco-daemonset
|
name: falco-daemonset
|
||||||
@ -6,6 +6,10 @@ metadata:
|
|||||||
app: falco-example
|
app: falco-example
|
||||||
role: security
|
role: security
|
||||||
spec:
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: falco-example
|
||||||
|
role: security
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
apiVersion: extensions/v1beta1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: falco
|
name: falco
|
||||||
@ -6,6 +6,11 @@ metadata:
|
|||||||
name: falco-daemonset
|
name: falco-daemonset
|
||||||
app: demo
|
app: demo
|
||||||
spec:
|
spec:
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
name: falco
|
||||||
|
app: demo
|
||||||
|
role: security
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user