-
Notifications
You must be signed in to change notification settings - Fork 112
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
Add cluster name to all v2alpha examples #1172
Conversation
Adding cluster name to all example files, as it is required for our Kubernetes explorer page to function properly
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1172 +/- ##
=======================================
Coverage 59.55% 59.55%
=======================================
Files 174 174
Lines 21559 21559
=======================================
Hits 12839 12839
Misses 7941 7941
Partials 779 779
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
thank you @dogeahill |
* Update datadog-agent-minimum.yaml Adding cluster name to all example files, as it is required for our Kubernetes explorer page to function properly * Update datadog-agent-all.yaml * Update datadog-agent-on-openshift.yaml * Update datadog-agent-with-apm-hostport.yaml * Update datadog-agent-with-clusteragent.yaml * Update datadog-agent-with-dca-clusterchecksrunner.yaml * Update datadog-agent-with-extraconfd.yaml * Update datadog-agent-with-dca-with-orchestrator-explorer.yaml * Update datadog-agent-with-logs-apm.yaml * Update datadog-agent-with-secret-backend.yaml * Update datadog-agent-with-remote-configuration.yaml * Update datadog-agent-with-unix-socket.yaml * Update datadog-agent-with-tolerations.yaml * Update datadog-agent-with-secret-keys.yaml * Update datadog-agent-with-otlp.yaml
What does this PR do?
Add clusterName to all v2alpha examples.
Motivation
While implementing on Azure Redhat OpenShift, we used the example and had to add clusterName to properly view the data in our Kubernetes Overview page.
It is a known issue that without the clusterName, the Kubernetes explorer will not be useful as nothing will show besides the container view.
Additional Notes
Anything else we should know when reviewing?
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
Write there any instructions and details you may have to test your PR.
Checklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label