Skip to content

Instantly share code, notes, and snippets.

@anushkamittal20
Last active July 24, 2021 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anushkamittal20/0e21b237b6ff98773675edf4e58be96a to your computer and use it in GitHub Desktop.
Save anushkamittal20/0e21b237b6ff98773675edf4e58be96a to your computer and use it in GitHub Desktop.
kind-config.yaml for creating cluster for falco adapter
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
extraMounts:
# allow Falco to use devices provided by the kernel module
- hostPath: /dev
containerPath: /dev
# allow Falco to use the Docker unix socket
- hostPath: /var/run/containerd.sock
containerPath: /var/run/contrainerd.sock
- hostPath: /var/run/falco
containerPath: /var/run/falco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment