diff --git a/content/en/developers/integrations/agent_integration.md b/content/en/developers/integrations/agent_integration.md index 564d9ab6decc0..61187d9eaaee6 100644 --- a/content/en/developers/integrations/agent_integration.md +++ b/content/en/developers/integrations/agent_integration.md @@ -435,6 +435,12 @@ sudo datadog-agent integration install -w /path/to/wheel.whl ``` +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. @@ -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/