You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
If you have any project and/or an app running with a delete job and the controller is erroring for some reason, then it is not possible to uninstall the runtime. The uninstall will hang because the CRDs are not able to be cleaned up.
To reproduce:
Deploy runtime and deploy an app in the acorn project with a delete job.
Scale the controller to 0 with kubectl -n acorn-system scale deployment acorn-controller --replicas 0.
Uninstall the runtime with acorn uninstall -af.
The uninstall will hang. This should not happen.
The text was updated successfully, but these errors were encountered:
If you have any project and/or an app running with a delete job and the controller is erroring for some reason, then it is not possible to uninstall the
runtime
. The uninstall will hang because the CRDs are not able to be cleaned up.To reproduce:
acorn
project with a delete job.kubectl -n acorn-system scale deployment acorn-controller --replicas 0
.acorn uninstall -af
.The uninstall will hang. This should not happen.
The text was updated successfully, but these errors were encountered: