Bump github.com/onsi/gomega from 1.39.1 to 1.40.0 (#49)
Bumps github.com/onsi/gomega from 1.39.1 to 1.40.0.
updated-dependencies:
- dependency-name: github.com/onsi/gomega dependency-version: 1.40.0 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
京公网安备 11010802047560号
dragonfly-injector
A Kubernetes Mutating Admission Webhook for automatic P2P capability injection in Dragonfly. This project simplifies Kubernetes Pod configuration by automating the injection of Dragonfly’s P2P proxy settings, dfdaemon socket mounts, and CLI tools through annotation-based policies.
Description
Refer to the documentation for more details.
Getting Started
Deploy
Configure
There are two ways to configure the injector:
Method 1: Edit the configuration file directly
Before
kubectl apply, edit the ConfigMap nameddragonfly-injector-configindist/install.yaml.Method 2: Use kubectl to edit the config
After
kubectl apply, you can edit the ConfigMap nameddragonfly-injector-configindragonfly-systemnamespace.Default configuration (reload time: 15s):
For more details, please refer to the docs/install.md.