Feature Request
While deploying the objects in config/ with kustomize, sometimes it goes wrong (user error) and not all the objects are created. When this happens, make undeploy fails on the first object that doesn't exist. Its easy to work around, just delete them manually. However this interrupts development flow and is a bit annoying.
If we add --ignore-not-found, make undeploy will always try to delete all the objects.
/language go
/language ansible
/language helm
Feature Request
While deploying the objects in
config/with kustomize, sometimes it goes wrong (user error) and not all the objects are created. When this happens,make undeployfails on the first object that doesn't exist. Its easy to work around, just delete them manually. However this interrupts development flow and is a bit annoying.If we add
--ignore-not-found,make undeploywill always try to delete all the objects./language go
/language ansible
/language helm