Enhance kapp rename
to handle app-changes
#341
Labels
carvel accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
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
app-changes
Adding the following flags might give the user more control over what happens to app-changes while renaming :
--rename-app-changes
false
(which is the behaviour observed today)kapp
ConfigMaps to a new namespace.--max-app-changes
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.
The text was updated successfully, but these errors were encountered: