Errors due to the default rebase rules should explain the source of the rule #749
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
priority/unprioritized-backlog
Higher priority than priority/awaiting-more-evidence but not planned. Contributions are welcome.
Describe the problem/challenge you have
My
kapp deploy
command was failing due to a rebase rule, but the rebase rule was not in my yaml. I was unaware that kapp has its own set of rebase rules that it includes by default. The error message I received didn't indicate the source of the failing rule.Describe the solution you'd like
Ideally I'd like the error message to point me directly to the rule that is failing. This could be by printing out the rule's yaml, providing a file location or a URL. If none of those are feasible, then simply stating that the rebase rule is a default rule and pointing me to the
kapp deploy-config
command would suffice.Anything else you would like to add:
Here's the output I received:
Note that
overlay.yml
is listed as the rule source, but it's not a complete file path and it wasn't in my working directory.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: