build(deps): bump tokio from 1.50.0 to 1.51.1 (#717)
Bumps tokio from 1.50.0 to 1.51.1.
updated-dependencies:
- dependency-name: tokio dependency-version: 1.51.1 dependency-type: direct:production update-type: version-update:semver-minor …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
linkerd2-proxy-init
This repo contains the init container that reroutes all traffic to the pod through Linkerd2’s sidecar proxy. This rerouting is done via iptables and requires the NET_ADMIN capability.
Integration tests
Both the cni-plugin and the proxy-init binary have their own integration tests that must be triggered separately. For convenience, both of them have
justrecipes that can be used to trigger the tests locally, or in CI.For the tests to be run,
k3dneeds to be installed locally (assumption is that this true, since the project offers a Devcontainer).By default, all
justrecipes prepare the relevant dependencies (e.g images, clusters, and so on). Although it is not recommended, tests may be run exclusively without preparing any dependencies. They can be trigger either throughjustor by calling the test runner directly.