Skip to content

Unable to install Falco by applying DaemonSet #1043

Closed
@rashmi43

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

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

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions