openshift / aws-account-operator

Operator to manage pool of AWS accounts for Hive
Apache License 2.0
32 stars 74 forks source link

BYOC account claim is not deleted #234

Closed igoihman closed 4 years ago

igoihman commented 4 years ago

Deleting the namespace doesn't delete the account claim, causing the namespace to be stuck in terminating mode forever.

$ oc get namespace uhc-igoihman-1a45c1mq4tjh13c1enj3lu690lmm2atp
NAME                                            STATUS        AGE
uhc-igoihman-1a45c1mq4tjh13c1enj3lu690lmm2atp   Terminating   9h

$ oc get accountclaim -n uhc-igoihman-1a45c1mq4tjh13c1enj3lu690lmm2atp
NAME            STATE     ACCOUNT                 AGE
igoihmanbyoc4   Ready     osd-creds-mgmt-mtfqlj   9h
igoihman commented 4 years ago

cc @jharrington22