-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[CONTINT-4938] Control plane monitoring with Helm on EKS/OpenShift #33166
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
base: master
Are you sure you want to change the base?
[CONTINT-4938] Control plane monitoring with Helm on EKS/OpenShift #33166
Conversation
Preview links (active after the
|
drichards-87
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor feedback on the PR.
| ## Kubernetes on Amazon EKS {#EKS} | ||
| ### Using the Operator (v1.18.0+) | ||
| ### Recommended Method |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ### Recommended Method | |
| ### Recommended method |
| controlPlaneMonitoring: true | ||
| {{< /code-block >}} | ||
|
|
||
| For OpenShift 4.14 and higher, etcd monitoring requires copying certificates. To copy them into the same namespace the Datadog Agent is running in: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| For OpenShift 4.14 and higher, etcd monitoring requires copying certificates. To copy them into the same namespace the Datadog Agent is running in: | |
| For OpenShift 4.14 and later, etcd monitoring requires you to copy the etcd certificates. To copy them into the same namespace as the Datadog Agent: |
|
|
||
| #### Prerequisites | ||
| {{< tabs >}} | ||
| {{% tab "Datadog Operator" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noting there are a couple of broken link on this tab:
[datadog-operator Helm chart][12].Or, for OpenShift users who installed the operator through OperatorHub/Marketplace (the recommended method)
For links that are on a tab, the link reference must be contained within the tab. For example, for [datadog-operator Helm chart][12], you would put [12]: https://github.com/DataDog/helm-charts/tree/main/charts/datadog-operator before the closing {{% /tab %}} element.
What does this PR do? What is the motivation?
This PR updates the public control plane monitoring documentation with instructions for how to enable control plane monitoring using the new
datadogHelm chart options for users on EKS or OpenShift. It is the helm equivalent of the Operator method provided, so both sections have been refactored into tabs and the section headers were renamed to "Recommended Method".Merge instructions
This will be ready to merge once the helm chart update is released: DataDog/helm-charts#2220
Merge readiness: