-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kapp creates state configmap on --diff-run #432
Comments
Looks like this issue is also being tracked in this one #23 |
@rohitagg2020 Please check: When |
@rohitagg2020 What are labeled apps and recorded apps ? |
rohit is referring to using i think your ask is totally reasonable and we should address it, since if the app doesnt exist its only fair it should not get created with --diff-run (current behaviour was intentionally left for implementation simplicity, so not a bug, but it's probably time to improve it). |
@schmurfy I apologize for being ambiguous. It was a note to self. |
fix available as part of v0.48.0 |
What steps did you take:
kapp deploy -a myapp -f . --diff-run
What happened:
kapp shows the diff but created an empty configmap for this app, when running
kapp list
afterwards the app is shown in the list with "-" as namespace, an inspect list nothing, as it shouldWhat did you expect:
nothing changed on the cluster
Anything else you would like to add:
[Additional information that will assist in solving the issue.]
Environment:
kapp --version
): kapp version 0.42.0 (I checked but no changes on this appear on the changelogs for the following releases)/etc/os-release
): osx, linuxkubectl version
)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: