Consolidate EKS update waiter function #18805
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/eks
Issues and PRs that pertain to the eks service.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
The EKS service has a central function,
DescribeUpdate
(orDescribeUpdateWithContext
) to track updates to clusters, add-ons, and node groups. This can use a centralized waiter function, but is currently implemented separately for each resource.The PR #16972 adds the waiter function
EksAddonUpdateSuccessful
. This can be adapted for clusters and node groups.Affected Resource
The text was updated successfully, but these errors were encountered: