kubernetes / test-infra

Test infrastructure for the Kubernetes project.
Apache License 2.0
3.83k stars 2.65k forks source link

move modules mount to all dind jobs now that we modprobe ipv6 #32895

Closed BenTheElder closed 3 months ago

BenTheElder commented 3 months ago

rollforward instead of https://github.com/kubernetes/test-infra/pull/32894

currently we hit:

wrapper.sh] [SETUP] Docker in Docker enabled, initializing ...
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.all.forwarding = 1
modprobe: FATAL: Module ip6table_nat not found in directory /lib/modules/5.15.0-1054-gke

in jobs with the dind preset, but not the kind preset, so we lift this to dind everywhere

longer term, will refactor this out entirely

k8s-ci-robot commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BenTheElder

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[config/OWNERS](https://github.com/kubernetes/test-infra/blob/master/config/OWNERS)~~ [BenTheElder] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
BenTheElder commented 3 months ago

follow-up to #32890

cblecker commented 3 months ago

/lgtm

k8s-ci-robot commented 3 months ago

@BenTheElder: Updated the config configmap in namespace default at cluster test-infra-trusted using the following files:

In response to [this](https://github.com/kubernetes/test-infra/pull/32895): >rollforward instead of https://github.com/kubernetes/test-infra/pull/32894 > >currently we hit: >``` >wrapper.sh] [SETUP] Docker in Docker enabled, initializing ... >net.ipv6.conf.all.disable_ipv6 = 0 >net.ipv6.conf.all.forwarding = 1 >modprobe: FATAL: Module ip6table_nat not found in directory /lib/modules/5.15.0-1054-gke >``` > >in jobs with the dind preset, but not the kind preset, so we lift this to dind everywhere > >longer term, will refactor this out entirely Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
BenTheElder commented 3 months ago

https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_kind/648/pull-kind-verify/1808277233349955584

That's better