We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbcc9f commit d9d523cCopy full SHA for d9d523c
pkg/cloud/services/eks/cluster.go
@@ -587,7 +587,7 @@ func (s *Service) reconcileAccessConfig(accessConfig *ekstypes.AccessConfigRespo
587
}
588
589
// Wait until status transitions to UPDATING because there's a short
590
- // window after UpdateClusterVersion returns where the cluster
+ // window after UpdateClusterConfig returns where the cluster
591
// status is ACTIVE and the update would be tried again
592
if err := s.EKSClient.WaitUntilClusterUpdating(
593
&eks.DescribeClusterInput{Name: aws.String(s.scope.KubernetesClusterName())},
0 commit comments