Skip to content

Commit d9d523c

Browse files
committed
fix comment
1 parent 7cbcc9f commit d9d523c

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
@@ -587,7 +587,7 @@ func (s *Service) reconcileAccessConfig(accessConfig *ekstypes.AccessConfigRespo
587587
}
588588

589589
// Wait until status transitions to UPDATING because there's a short
590-
// window after UpdateClusterVersion returns where the cluster
590+
// window after UpdateClusterConfig returns where the cluster
591591
// status is ACTIVE and the update would be tried again
592592
if err := s.EKSClient.WaitUntilClusterUpdating(
593593
&eks.DescribeClusterInput{Name: aws.String(s.scope.KubernetesClusterName())},

0 commit comments

Comments
 (0)