Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

races during deletion #183

Open
sebgoa opened this issue May 6, 2019 · 0 comments
Open

races during deletion #183

sebgoa opened this issue May 6, 2019 · 0 comments

Comments

@sebgoa
Copy link
Contributor

sebgoa commented May 6, 2019

Hi,

My first experiments with the operator tells me that there are races between the operator and CF.

For example, you can create a queue and delete. The CRD will be removed right away but the stack may take ~2/3 minutes to complete and get removed.

So if you try to create the same queue again kubectl apply it will fail even thought the queue has disappeared in the SQS console. That's because CF has not yet finished.

I think the queue CRD should remain in Terminating state using a Foreground deletion type thing until the CF stack has been removed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant