21 lines
520 B
YAML
21 lines
520 B
YAML
kind: Cluster
|
|
apiVersion: kind.x-k8s.io/v1alpha4
|
|
nodes:
|
|
- role: control-plane
|
|
extraMounts:
|
|
- hostPath: /var/run/docker.sock
|
|
containerPath: /var/run/docker.sock
|
|
- role: worker
|
|
extraMounts:
|
|
- hostPath: /var/run/docker.sock
|
|
containerPath: /var/run/docker.sock
|
|
- role: worker
|
|
extraMounts:
|
|
- hostPath: /var/run/docker.sock
|
|
containerPath: /var/run/docker.sock
|
|
- role: worker
|
|
extraMounts:
|
|
- hostPath: /var/run/docker.sock
|
|
containerPath: /var/run/docker.sock
|
|
|