carvel-dev / kapp

kapp is a simple deployment tool focused on the concept of "Kubernetes application" ā€” a set of resources with the same label
https://carvel.dev/kapp
Apache License 2.0
899 stars 108 forks source link

Enhance `kapp rename` to handle app-changes #341

Open 100mik opened 2 years ago

100mik commented 2 years ago

Describe the problem/challenge you have As of today, on renaming an app using kapp rename the app-change config maps are not renamed and lost. They are not moved when the --new-namespace flag is used either.

Describe the solution you'd like

Adding the following flags might give the user more control over what happens to app-changes while renaming :

Anything else you would like to add: Worth considering whether or not we wanna delete and take care of residual config maps if the user moves/renames a certain number of config maps. Might be worth it if it does not add too much complexity.


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

šŸ‘ "I would like to see this addressed as soon as possible" šŸ‘Ž "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

100mik commented 2 years ago

This post is motivated by the enhancement in #338 which might lead to the user wanting to handle app changes better since they have more value.