kubernetes-retired / kpng

[EOL] Reworking kube-proxy's architecture
Apache License 2.0
246 stars 90 forks source link

apt-get update before installing ebpf's backend dependencies #516

Closed jaehnri closed 1 year ago

jaehnri commented 1 year ago

What kind of PR is this?

It fixes the eBPF dependency setup step in the e2e_test workflow.

Why this PR is needed / What this PR do?

As per @aroradaman comment, it looks like the current pipeline is not able to find and download gcc-multilib. A simple apt-get update should theoretically solve this issue.

aroradaman commented 1 year ago

thanks!

/lgtm /approve

mcluseau commented 1 year ago

not my preferred way of fixing this but good enough for now (I don't have the time to check if upgrading the base image fixes it).

/lgtm /approve

k8s-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aroradaman, jaehnri, mcluseau

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: - ~~[.github/OWNERS](https://github.com/kubernetes-sigs/kpng/blob/master/.github/OWNERS)~~ [mcluseau] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment