kubernetes-sigs/cluster-api-provider-aws
View on GitHubRequeue after EKS cluster creation request is sent / cluster transitioned to UPDATING
Open
#2,949 opened on Nov 15, 2021
area/provider/ekshelp wantedkind/refactorneeds-triagepriority/important-soon
Repository metrics
- Stars
- (723 stars)
- PR merge metrics
- (PR metrics pending)
Description
/kind refactor
Describe the solution you'd like Currently, CAPA does not requeue for EKS cluster creation / update, instead, it continues on reconciliation.
- Creation: It waits for cluster to be active (https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/pkg/cloud/services/eks/cluster.go#L58-L79)
- Update: It continues on reconciliation for example for cluster version update (https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/4274a5ab5c9dc391045840d6e45e17fe0cbab3dc/pkg/cloud/services/eks/cluster.go#L531)
CAPA should requeue (probably after a duration) after creation request is sent for creation / cluster transitioned to UPDATING for update.
Environment:
- Cluster-api-provider-aws version: v1.0.0