pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
168 stars 77 forks source link

Add parameter for configuring monitoring options of NodeGroups #1149

Closed flostadler closed 1 month ago

flostadler commented 1 month ago

Proposed changes

Expose parameter for configuring monitoring settings of NodeGroups. With detailed monitoring all metrics, including status check metrics, are available in 1-minute periods. When enabled, you can also get aggregated data across groups of similar instances.

What's notable that this cannot be turned on for ManagedNodeGroups because AWS doesn't expose controls for the underlying ASG (https://github.com/aws/containers-roadmap/issues/762)

Related issues (optional)

Closes #1032

github-actions[bot] commented 1 month ago

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

github-actions[bot] commented 1 month ago

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

flostadler commented 1 month ago

/release minor