Skip to content

Commit

Permalink
move modules mount to all dind jobs now that we modprobe ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Jul 2, 2024
1 parent 1671d98 commit 157b907
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -999,25 +999,27 @@ presets:
# krte (normal) path
- name: docker-root
emptyDir: {}
# we need to modprobe ipv6 iptables
# TODO: move this out of being done in the jobs
- name: modules
hostPath:
path: /lib/modules
type: Directory
volumeMounts:
- name: docker-graph
mountPath: /docker-graph
- name: docker-root
mountPath: /var/lib/docker
- mountPath: /lib/modules
name: modules
readOnly: true
# volume mounts for kind
- labels:
preset-kind-volume-mounts: "true"
volumeMounts:
- mountPath: /lib/modules
name: modules
readOnly: true
- mountPath: /sys/fs/cgroup
name: cgroup
volumes:
- name: modules
hostPath:
path: /lib/modules
type: Directory
- name: cgroup
hostPath:
path: /sys/fs/cgroup
Expand Down

0 comments on commit 157b907

Please sign in to comment.