Soumik Majumder
Soumik Majumder
That is the goal for now ! @mohansitaram
Interesting suggestion! We were working on having a `--dry-run` feature which would probably complement the [server side validation](https://github.com/kubernetes/enhancements/issues/2885) which just made it to alpha I believe. We did run into...
We should be allowing users to easily exclude text-diff for certain resources. This could be done by: - An annotation like `kapp.k14s.io/ignore-app-change-diff. - Allowing the user to specify conditions in...
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.
We will need to make the value of a flag like this available as a part of : 1. [`ResourceImplOpts`](https://github.com/vmware-tanzu/carvel-kapp/blob/develop/pkg/kapp/resources/resources.go#L68) So that we can pass the DryRun option to `api-machinery`...
On replicating this issue. In the diff we can see two objects on the `rules` list that were not added by us: ``` 75 - - exclude: 76 - resources:...
Hey! Thanks for the PR
Looks like something that might belong here #514
Looks like `ServerResources` is deprecated all together? Dependabot might need a hand with this one 🤔
`nonce` is something only another `kapp` deploy would change. Could you tell us more about how is kapp being used here? Is it via `kapp-controller`? Are there more than one...