Error when calling skaffold delete on projects with dependent modules #7203
Labels
area/deploy
bugbash/q4-2022
Issues related to Skaffold Bugbash Q4 2022
kind/bug
Something isn't working
kind/starter-project
priority/p2
May take a couple of releases
Milestone
Expected behavior
Cleaning up modules should start from the dependent modules followed by the modules previous modules depend on.
Actual behavior
Cleaning up modules starts from the modules other modules depend on. Therefore cleaning up dependent modules throws errors since the modules other depend on are already deleted.
Information
Steps to reproduce the behavior
skaffold dev
Cleaning up... release "cert-manager" uninstalled Error: uninstallation completed with 1 error(s): unable to build kubernetes objects for delete: unable to recognize "": no matches for kind "ClusterIssuer" in version "cert-manager.io/v1" WARN[0066] deployer cleanup:exit status 1 subtask=-1 task=DevLoop
Log:
skaffold_module_vdebug.log
The text was updated successfully, but these errors were encountered: