Description
Describe the bug
Issue with installing Falco using DaemonSetCondition manifests
How to reproduce it
kubectl apply -f k8s-with-rbac/falco-daemonset-configmap.yaml
Expected behaviour
kubectl apply daemonset config should work.
Screenshots
kubectl apply -f k8s-with-rbac/falco-daemonset-configmap.yaml
error: unable to recognize "k8s-with-rbac/falco-daemonset-configmap.yaml": no matches for kind "DaemonSet" in version "extensions/v1beta"
After changing it to v1/apps:
kubectl apply -f k8s-with-rbac/falco-daemonset-configmap.yaml
error: error validating "k8s-with-rbac/falco-daemonset-configmap.yaml": error validating data: ValidationError(DaemonSet.spec.selector): unknown field "app" in io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector; if you choose to ignore these errors, turn validation off with --validate=false
Environment
- Falco version:
git clone https://github.com/falcosecurity/falco/ - System info:
- Cloud provider or hardware configuration:
- OS: ubuntu
NAME="Ubuntu"
VERSION="16.04.6 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.6 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial - Kernel:
Linux frivol1.fyre.ibm.com 4.4.0-166-generic #195-Ubuntu SMP Tue Oct 1 09:35:25 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
- Installation method:
Kubernetes --> 1.17.1
Activity