1
0

add mount point for docker.sock in kind

This commit is contained in:
2025-07-01 22:00:25 +02:00
parent 11061780bf
commit fb65df2090

View File

@@ -2,6 +2,19 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4 apiVersion: kind.x-k8s.io/v1alpha4
nodes: nodes:
- role: control-plane - role: control-plane
extraMounts:
- hostPath: /var/run/docker.sock
containerPath: /var/run/docker.sock
- role: worker - role: worker
extraMounts:
- hostPath: /var/run/docker.sock
containerPath: /var/run/docker.sock
- role: worker - role: worker
extraMounts:
- hostPath: /var/run/docker.sock
containerPath: /var/run/docker.sock
- role: worker - role: worker
extraMounts:
- hostPath: /var/run/docker.sock
containerPath: /var/run/docker.sock