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
As a user, I'd like to have an option to use the commands aspirate destroy and aspirate stop without remove all the others resources into the Kubernetes namespace, in order to have other have other resources (deployments, services, pods, etc) running in the same namespace of the aspir8 deployment.
✔ Goals
Have a flag or option for the commands aspirate destroy and aspirate stop to just remove aspir8 deployment resources and keep the other ones and not delete the namespace.
🧰 Possible Solution
Maybe add a flag into the commands like --keep-namespce-resources
The text was updated successfully, but these errors were encountered:
🚀 Feature Description
As a user, I'd like to have an option to use the commands
aspirate destroy
andaspirate stop
without remove all the others resources into the Kubernetes namespace, in order to have other have other resources (deployments, services, pods, etc) running in the same namespace of the aspir8 deployment.✔ Goals
aspirate destroy
andaspirate stop
to just remove aspir8 deployment resources and keep the other ones and not delete the namespace.🧰 Possible Solution
The text was updated successfully, but these errors were encountered: