Skip to content

Create iproute2 symlink for kuberouter on older distros#17945

Merged
k8s-ci-robot merged 1 commit intomasterfrom
peter.rifel/iproute2
Feb 11, 2026
Merged

Create iproute2 symlink for kuberouter on older distros#17945
k8s-ci-robot merged 1 commit intomasterfrom
peter.rifel/iproute2

Conversation

@rifelpet
Copy link
Copy Markdown
Member

Closes #17914

We can use symlinks to ensure the daemonset hostPath volume works with both sets of distros.

I decided to symlink new path to old path (which requires updating the daemonset hostPath) rather than the other way around, so that once we drop support for the old distros with iproute2 installed to the old path, we can remove the symlink logic.

I also updated the volumeMount path for the kuberouter container. Their code supports both old and new paths: https://github.com/cloudnativelabs/kube-router/blob/a1e6de9f8fae1784063dc114953827922424cb6d/pkg/utils/linux_routing.go#L13-L22

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Feb 11, 2026
@k8s-ci-robot k8s-ci-robot added area/addons area/nodeup cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 11, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@rifelpet: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kops-e2e-aws-upgrade-k133-ko133-to-kstable-kolatest-many-addons e4b2451 link false /test pull-kops-e2e-aws-upgrade-k133-ko133-to-kstable-kolatest-many-addons
pull-kops-e2e-cni-kuberouter e4b2451 link false /test pull-kops-e2e-cni-kuberouter

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@hakman
Copy link
Copy Markdown
Member

hakman commented Feb 11, 2026

Thanks @rifelpet! 🚀
/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 11, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hakman

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

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 11, 2026
@k8s-ci-robot k8s-ci-robot merged commit 485b738 into master Feb 11, 2026
34 of 36 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.36 milestone Feb 11, 2026
k8s-ci-robot added a commit that referenced this pull request Feb 11, 2026
…45-origin-release-1.35

Automated cherry pick of #17945: Create iproute2 symlink for kuberouter on older distros
k8s-ci-robot added a commit that referenced this pull request Feb 11, 2026
…45-origin-release-1.34

Automated cherry pick of #17945: Create iproute2 symlink for kuberouter on older distros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/addons area/nodeup cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kube-router broken manifest

3 participants