pivotal / docs-tas-adapter

2 stars 5 forks source link

Document known issue with namespace cleanup for versions <= 1.2 #117

Closed tcdowney closed 1 year ago

tcdowney commented 1 year ago

Adds a known issue describing orphaned namespaces that can occur CF org/space deletion and TAS Adapter uninstallation due to an issue with the Service Bindings reconciler.

@HenryBorys I submitted this PR to the 1-2 branch, but this behavior is present in all versions of TAS Adapter <= 1.2 so please cherry-pick this known issue to the 1-1 and 1-0 branches as well. Thanks!

cf-gitbot commented 1 year ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

HenryBorys commented 1 year ago

@tcdowney Will it apply to 1.3 as well? So cherry pick to main too?

tcdowney commented 1 year ago

@HenryBorys I put out a separate one for 1.3 because the behavior is slightly different. https://github.com/pivotal/docs-tas-adapter/pull/118

Now instead of silently failing and orphaning namespaces the deletion request will return an error and tell the user there is stuff remaining in their namespace they need to clean up.

HenryBorys commented 1 year ago

@tcdowney Oh, sorry, I just noticed you said <=1.2. Got it.