Dmitriy Kalinin
Dmitriy Kalinin
> it's really not a flag anymore now given that currently flag values can come from cmd args (default) and optionally from env (may be other sources in future), it...
that's an interesting idea. we do something similar for [kapp's versioned resources](https://github.com/k14s/kapp/blob/master/docs/diff.md#versioned-resources) in terms of diff presentation. let me think a bit more about how does one best detect/indicate this...
yeah, currently kapp expects that types are followed for each level of some of the default rules that are included with kapp. in this case it wants initContainers to be...
> > it looks like server side apply and it's conflict resolution framework is better approach > > kapp tries to provide a guarantee that what gets applied results in...
> Given your strong preference for explicit rebase as it is now, would you still concider a PR implementing SSA? yes, we would (let us know if you want to...
thanks for investigation 👍
it seems that few more people hit this problem. reopening to (a) improve error message with a note about above setting (b) investigate further if it could be avoided.
this behaviour is more pronounced in kapp-controller usage of kapp since reconciliation will be continuous causing unnecessary churn.
i think @nimakaviani suggested something similar when we discussed it last time. adding UI to kapp for general browsing of k8s is probably too out-of-scope for kapp (goes beyond its...
> You could probably build a separate binary that then integrates as a plugin for k9s. that's an interesting suggestion. i personally dont use k9s (tried but my pref remains...