falcosecurity / cncf-green-review-testing

Falco configurations intended for testing with the CNCF Green Reviews Working Group
Apache License 2.0
2 stars 2 forks source link

[TRACKING] Create Deployment PR against CNCF TAG repo #4

Closed incertum closed 8 months ago

incertum commented 9 months ago

Create a PR against https://github.com/cncf-tags/green-reviews-tooling/ to deploy Falco to the CNCF Kubernetes cluster via a Flux watch on our main branch.

---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  name: falco-cncf-green-review-testing
  namespace: flux-system
spec:
  interval: 30m0s
  path: ./kustomize
  prune: true
  retryInterval: 2m0s
  sourceRef:
    kind: GitRepository
    name: falco-cncf-green-review-testing
  targetNamespace: falco
  timeout: 3m0s
  wait: true
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
  name: falco-cncf-green-review-testing
  namespace: flux-system
spec:
  interval: 1m0s
  ref:
    branch: main
  url: https://github.com/falcosecurity/cncf-green-review-testing.git

Prerequisite is https://github.com/falcosecurity/cncf-green-review-testing/issues/2

Also please note that at first we could limit testing to the falco-driver-modern-ebpf as the configs for the other drivers still need to be updated as we approach the Falco 0.37.0 release featuring the new driver-loader.

CC @nikimanoledaki

poiana commented 9 months ago

There is not a label identifying the kind of this issue. Please specify it either using /kind <group> or manually from the side menu.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
nikimanoledaki commented 8 months ago

Thank you @incertum, please assign this to me!

incertum commented 8 months ago

Thanks @nikimanoledaki we have a WIP PR up.