-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
CloudWatch Metrics for AWS CNI plugin #278
Comments
I guess we could just enable the permission without a flag. I believe the only implications would be that someone can flood CloudWatch with metrics, which impacts the bill. Creation of dashboard would have to wait for add-ons capability. |
@PaulMaddox do you agree with my assessment above? |
I'll open a PR to add IAM role, and we can get it into this week's release. |
👍 |
This is primarily in order to facilitate exporting CNI metrics (ref #278)
This is unlikely to be prioritized. |
The AWS CNI plugin allows automatically exporting the following metrics to CloudWatch:
These are super useful for EKS cluster administrators, and correct use of dashboards/alarms can save pain.
In order for this to work, the following needs to be added to eksctl:
cloudwatch:PutMetricData
permissions added.The text was updated successfully, but these errors were encountered: