Open m00lecule opened 4 months ago
@lisguo may I ask for a review?
@lisguo May I ask for a review again? The Integration tests are failing due to Error: Credentials could not be loaded, please check your action inputs: Could not load credentials from any providers
which doesn't seem to be connected with my changes.
@m00lecule we should also add the priorityClass to the cloudwatch-agent? https://github.com/aws-observability/helm-charts/blob/main/charts/amazon-cloudwatch-observability/templates/linux/cloudwatch-agent-daemonset.yaml#L23
@m00lecule we should also add the priorityClass to the cloudwatch-agent? https://github.com/aws-observability/helm-charts/blob/main/charts/amazon-cloudwatch-observability/templates/linux/cloudwatch-agent-daemonset.yaml#L23
@markandersontrocme I believe so, the general principle is to ensure that monitoring agents are running on all EKS nodes
@markandersontrocme I believe so, the general principle is to ensure that monitoring agents are running on all EKS nodes
I fee like it would make sense to add that to this PR 🙏
Issues:
54
In Kubernetes there is a good practice to specify a
system-node-critical
priority class for monitoring agents running as daemonsets.ref: https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.