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

Merged
merged 6 commits into from
Oct 23, 2024
Merged
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 @@ -435,6 +435,12 @@ sudo datadog-agent integration install -w /path/to/wheel.whl
```
</details>

For installing your wheel to test in Kubernetes environments:
1. Mount the `.whl` file into an initContainer.
2. Run the wheel install in the initContainer.
3. Mount the initContainer in the Agent container while it's running.

For customer install commands for both host and container environments, see the [Community and Marketplace Integrations documentation][35].
## 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 @@ -505,3 +511,4 @@ In addition to any code changes, the following is required when bumping an integ
[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