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
There might be some cases in which the script fails (no matter the reason) and some resources were already created. This resources can interfere with subsequent runs of the script.
Proposal
To avoid this, we should implement a clean_up function (aware of the type of install: helm, docker, etc.) that is executed when:
the script enters into an error state.
but also when the script starts. In case there's an error we can not detect, we want a fresh start for the script.
The text was updated successfully, but these errors were encountered:
Context
There might be some cases in which the script fails (no matter the reason) and some resources were already created. This resources can interfere with subsequent runs of the script.
Proposal
To avoid this, we should implement a
clean_up
function (aware of the type of install: helm, docker, etc.) that is executed when:The text was updated successfully, but these errors were encountered: