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 0bebc97
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1004,13 +1004,15 @@ presets:
mountPath: /docker-graph
- name: docker-root
mountPath: /var/lib/docker
# we need to modprobe ipv6
# TODO: move this out of being done in the jobs
- 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:
Expand Down

0 comments on commit 0bebc97

Please sign in to comment.