kubernetes-sigs/cluster-api-provider-aws

Requeue after EKS cluster creation request is sent / cluster transitioned to UPDATING

Open

#2,949 opened on Nov 15, 2021

View on GitHub
 (12 comments) (0 reactions) (0 assignees)Go (689 forks)auto 404
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.

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

Contributor guide