Skip to content

Commit 49a398a

Browse files
committed
fix comment
1 parent 7a73ff7 commit 49a398a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/services/eks/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ func (s *Service) reconcileAccessConfig(ctx context.Context, accessConfig *eksty
578578
}
579579

580580
// Wait until status transitions to UPDATING because there's a short
581-
// window after UpdateClusterVersion returns where the cluster
581+
// window after UpdateClusterConfig returns where the cluster
582582
// status is ACTIVE and the update would be tried again
583583
if err := s.EKSClient.WaitUntilClusterUpdating(
584584
ctx,

0 commit comments

Comments
 (0)