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

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

Closed
incertum opened this issue Dec 19, 2023 · 3 comments
Closed

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

incertum opened this issue Dec 19, 2023 · 3 comments

Comments

@incertum
Copy link
Contributor

incertum commented Dec 19, 2023

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 #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

@incertum incertum added the kind/feature New feature or request label Dec 19, 2023
@poiana
Copy link

poiana commented Dec 19, 2023

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. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@nikimanoledaki
Copy link
Contributor

Thank you @incertum, please assign this to me!

@incertum
Copy link
Contributor Author

Thanks @nikimanoledaki we have a WIP PR up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants