This repository was archived by the owner on Dec 9, 2025. It is now read-only.
Tags: google/dranet
Tags
feat: Replicate host routing rules and tables in pod This change enables DRANET to discover and replicate host routing rules and routes from non-default tables into the pod's network namespace. Previously, only routes from the main table were copied. This was insufficient for advanced networking configurations that rely on policy-based routing (ip rule) and multiple routing tables (like source based routing) This commit introduces the following changes: - The driver now inspects the host for ip rule entries associated with a network interface. - It also inspects for ip route entries in non-default tables. - These rules and routes are then replicated within the pod's network namespace when it's created. - An end-to-end test has been added to validate this functionality.
build(deps): bump actions/setup-node from 5 to 6 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
fix: Delete singleton links if they are removed Currently if a link is deleted as the last link the driver will never reconcile and leave it in the resource slice. Ensure that this does not happen since that could lead to bad assignments by the scheduler.
PreviousNext