open-horizon / anax

Horizon agent control system
https://open-horizon.github.io/docs/anax/docs/
Apache License 2.0
72 stars 99 forks source link

agent-uninstall.sh needs to provide a way to skip deleting current namespace #3971

Closed LiilyZhang closed 6 months ago

LiilyZhang commented 6 months ago

In some situation, user would like to skip deleting current namespace. A new optional parameter will be introduced to agent-uninstall.sh script. If parameter not specified, the namespace will be deleted, which is the same behavior as before. If specified, the namespace will not be deleted in the end.