Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update agent_integration.md #23104

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/en/developers/integrations/agent_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,12 @@
```
</details>

For installing your wheel to test in Kubernetes environments:
1. Mount the whl into a initContainer
2. Run the whl install in the init container
3. Mount the init container in the agent container while it's running

For customer install commands for both host and container environments, please see [here.][35]

Check warning on line 444 in content/en/developers/integrations/agent_integration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.words

Use '' instead of 'please'.
## Populate your tile and publish your integration

Once you have created your Agent-based integration, see the [Create a tile][20] documentation for information on populating the remaining [required assets][31] that appear on your integration tile, and opening a pull request.
Expand Down Expand Up @@ -506,3 +512,4 @@
[32]: https://partners.datadoghq.com/
[33]: https://docs.datadoghq.com/developers/integrations/check_references/
[34]: https://docs.datadoghq.com/metrics/
[35]: https://docs.datadoghq.com/agent/guide/use-community-integrations/
Loading