manually install the CRD files - as operator does not deploy these two (requires cluster Admin rights)
The readme.md unfortunatly does not highlight this issue.
k apply --namespace falco -f deploy/crd.yaml
k apply --namespace falco -f deploy/cr.yaml
walk through
Our complete walk through (which may be helpful for others to get started) including requirements, encountered errors and fixes for them:
falco-operator-install-walkthrough.md
Hi @mumoshu, thanks for contributing an operator for falco!
During our first test we discovered some issues i would like to share. To get falco-operator running we had to:
remove the ‘v’ from image version
v0.12.1
=> to look like:0.12.1
in these files (related: #2):charts/falco-operator/values.yaml
deploy/operator.yaml
Fix
deploy/operator.yaml
to use operator generated resource name for configMap:manually install the CRD files - as operator does not deploy these two (requires cluster Admin rights) The readme.md unfortunatly does not highlight this issue.
walk through
Our complete walk through (which may be helpful for others to get started) including requirements, encountered errors and fixes for them: falco-operator-install-walkthrough.md