-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAG DA does not uninstall sometimes #165
Comments
@gmendel FYI, There is a step here that says:
And actions are being taken on addressing those (such as using a standalone Code Engine DA so the code engine project is in the terraform state and can be destroyed). But interesting point on SecretMgr free plan laps. We may need to find out how to handle that use case |
Example of error when undeploying the RAG DA if the secret manager instance has been destroyed before running the undeploy.
|
@vburckhardt what can we do to solve this? I guess the instance would remain in reclamation for a period of time, and the user would have to request for it to be recovered, and at the same time purchase a standard plan? |
Bit of similar error for me, when trying to redeploy the SM DA 1.18.7 after its SM instance got discarded (accidentally).
|
I am also encountering errors when trying to undeploy the stack. Workspace Logs: |
@hiltol Your errors seem to be related to permissions: |
@ocofaigh a continuous delivery service is a hard requirement for the ALM. Must have been in place when ALM was stood up but deleted before attempting to remove the ALM. Was the CD service stood using the ALM? |
There are many reasons why an Uninstall will not work:
It does not matter what the reason is, the "bar"/expectation is that the DA can ALWAYS uninstall and clean up.
This implies potentially to run pre-uninstall script/s and sync up the state.
The text was updated successfully, but these errors were encountered: