Skip to content

Commit

Permalink
Merge pull request #6460 from sbueringer/pr-capd-add-mount-to-worker-…
Browse files Browse the repository at this point in the history
…nodes

🌱 CAPD: Add docker mount to worker nodes
  • Loading branch information
k8s-ci-robot authored Apr 28, 2022
2 parents 4af7c4a + 9fc3960 commit d372eaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ metadata:
namespace: "${NAMESPACE}"
spec:
template:
spec: {}
spec:
extraMounts:
- containerPath: "/var/run/docker.sock"
hostPath: "/var/run/docker.sock"
---
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,10 @@ metadata:
name: "quick-start-default-worker-machinetemplate"
spec:
template:
spec: {}
spec:
extraMounts:
- containerPath: "/var/run/docker.sock"
hostPath: "/var/run/docker.sock"
---
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
kind: KubeadmConfigTemplate
Expand Down

0 comments on commit d372eaa

Please sign in to comment.