mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
11 lines
321 B
YAML
11 lines
321 B
YAML
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/docker.sock
|
|
containerPath: /var/run/docker.sock |