Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Changes for updated green reviews pipeline #18

Merged
merged 2 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: falco-event-generator-driver-ebpf
name: falco-event-generator
namespace: falco
labels:
app: falco-event-generator
Expand All @@ -16,7 +16,7 @@ spec:
app: falco-event-generator
spec:
nodeSelector:
cncf-project-sub: "falco-driver-ebpf"
node-role.kubernetes.io/benchmark: "true"
containers:
- name: falco-event-generator
securityContext:
Expand All @@ -33,4 +33,3 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: redis-driver-kmod
name: redis
namespace: falco
labels:
app: redis
Expand All @@ -16,7 +16,7 @@ spec:
app: redis
spec:
nodeSelector:
cncf-project-sub: "falco-driver-kmod"
node-role.kubernetes.io/benchmark: "true"
containers:
- name: redis-app
image: redis:7.2.3-alpine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: stress-ng-driver-kmod
name: stress-ng
namespace: falco
labels:
app: stress-ng
Expand All @@ -16,7 +16,7 @@ spec:
app: stress-ng
spec:
nodeSelector:
cncf-project-sub: "falco-driver-kmod"
node-role.kubernetes.io/benchmark: "true"
containers:
# https://wiki.ubuntu.com/Kernel/Reference/stress-ng
- name: stress-ng-1
Expand Down
2 changes: 1 addition & 1 deletion kustomize/falco-driver/ebpf/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app.kubernetes.io/name: falco-driver-ebpf
spec:
nodeSelector:
cncf-project-sub: "falco-driver-ebpf"
node-role.kubernetes.io/benchmark: "true"
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down
6 changes: 6 additions & 0 deletions kustomize/falco-driver/ebpf/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../falco-generic
- configmap.yaml
- daemonset.yaml
37 changes: 0 additions & 37 deletions kustomize/falco-driver/ebpf/redis.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions kustomize/falco-driver/ebpf/stress-ng.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion kustomize/falco-driver/kmod/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app.kubernetes.io/name: falco-driver-kmod
spec:
nodeSelector:
cncf-project-sub: "falco-driver-kmod"
node-role.kubernetes.io/benchmark: "true"
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down
36 changes: 0 additions & 36 deletions kustomize/falco-driver/kmod/falco-event-generator.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions kustomize/falco-driver/kmod/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../falco-generic
- configmap.yaml
- daemonset.yaml
2 changes: 1 addition & 1 deletion kustomize/falco-driver/modern_ebpf/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app.kubernetes.io/name: falco-driver-modern-ebpf
spec:
nodeSelector:
cncf-project-sub: "falco-driver-modern-ebpf"
node-role.kubernetes.io/benchmark: "true"
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
Expand Down
36 changes: 0 additions & 36 deletions kustomize/falco-driver/modern_ebpf/falco-event-generator.yaml

This file was deleted.

6 changes: 6 additions & 0 deletions kustomize/falco-driver/modern_ebpf/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../falco-generic
- configmap.yaml
- daemonset.yaml
37 changes: 0 additions & 37 deletions kustomize/falco-driver/modern_ebpf/redis.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions kustomize/falco-driver/modern_ebpf/stress-ng.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions kustomize/kustomization.yaml

This file was deleted.