Skip to content

Commit

Permalink
Merge pull request #32895 from BenTheElder/roll-fw
Browse files Browse the repository at this point in the history
move modules mount to all dind jobs now that we modprobe ipv6
  • Loading branch information
k8s-ci-robot authored Jul 2, 2024
2 parents 1671d98 + 157b907 commit 8b8b374
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 8b8b374

Please sign in to comment.