sigs.k8s.io/cluster-api@v1.7.1/cmd/clusterctl/client/cluster/assets/topology-test/modified-CP-dockermachinetemplate.yaml (about) 1 apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 2 kind: DockerMachineTemplate 3 metadata: 4 name: "control-plane" 5 namespace: default 6 spec: 7 template: 8 metadata: 9 labels: 10 docker-machine-template: test-template-control-plane 11 spec: 12 extraMounts: 13 - containerPath: "/var/run/docker.sock" 14 hostPath: "/var/run/docker.sock"