fix(makefile): improve Lima local dev setup and fix open-dd dashboard URL#1044
Merged
fix(makefile): improve Lima local dev setup and fix open-dd dashboard URL#1044
Conversation
… URL - Fix open-dd target to use updated Datadog infrastructure hosts URL format - Check Helm release status instead of namespace in lima-install-datadog-agent - Use envsubst to substitute LIMA_INSTANCE in datadog-agent.yaml - Add kubectl wait for Datadog agent deployment readiness - Use dynamic clusterName and set DD_HOSTNAME in datadog-agent.yaml - Add .envrc to .gitignore
53b3605 to
c0753f9
Compare
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: c0753f9 | Docs | Datadog PR Page | Was this helpful? Give us feedback! |
raptornythorink-dd
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes the
open-ddMakefile target which was using an outdated Datadog infrastructure URL. Also improves thelima-install-datadog-agenttarget reliability by checking Helm release status, adding error suppression on idempotent operations, waiting for deployment readiness, and using dynamic cluster/host naming viaenvsubst. Adds.envrcto.gitignore.Related to #969, which introduced the generic cluster name configuration for the Datadog agent.
Code Quality Checklist
Testing
unittests orend-to-endtests.unittests orend-to-endtests.open-ddopens the correct Datadog infrastructure hosts pagelima-install-datadog-agentcompletes idempotently