aws-quickstart / cdk-eks-blueprints

AWS Quick Start Team
Apache License 2.0
446 stars 198 forks source link

FalcoAddOn: Fails on 1.21 #469

Open shapirov103 opened 2 years ago

shapirov103 commented 2 years ago

Describe the bug

FalcoAddOn currently fails on all configurations on 1.21. Attempted helm charts from app version 0.28 to 0.32 (latest helm chart). Attempted module mode as as well as ebpf mode with the same outcome.

Expected Behavior

Falco daemonset is running and healthy

Current Behavior

Falco daemonset fails all pods on init.

Reproduction Steps

Add FalcoAddon to any blueprint.

Also tried with ebpf mode:

  new blueprints.addons.FalcoAddOn({
                values: {
                    driver: {
                        enabled: true,
                        kind: "ebpf"
                    }
                }
            })

Possible Solution

Work with Sysdig/Falco community to fix it.

Additional Information/Context

No response

CDK CLI Version

2.33

EKS Blueprints Version

1.1.0

Node.js Version

16.4

Environment details (OS name and version, etc.)

MacOS

Other information

No response

elamaran11 commented 11 months ago

@parkand1 @shapirov103 is this issue fixed?