Dmitriy Kalinin
Dmitriy Kalinin
hey @tyrken, i think you are referring to conditions on Application CR (not CRD). i updated docs to be clear that that rule is for CRD resource itself and not...
> Afraid I can't see any way (if still counting as true-is-good bools) other than heuristics on well-known Types like "Ready" or "Error" yeah ive come to that conclusion as...
--json is incompatible with interactive UI (that's what this error is trying to message `panic: Cannot ask for confirmation in JSON UI`). you either have to use -y for the...
@nak3 one challenge here is that Job is/will-be gone before we can take a look at it. that would make failure behaviour non-deterministic.
is --diff-exit-status (https://github.com/k14s/kapp/blob/develop/docs/diff.md#controlling-diff-via-deploy-flags) useful here? (do keep in mind that there is a window of time between two successive kapp deploy's during which resources on the server might change.)
also, could you describe how kapp fits into your flow? specifically why do you need to parse this info out (who looks at `result['changed'] = True`)?
hey @lnhrdt, thanks for a detailed question. here is whats happening: kapp knows about resources _it_ creates vs resources that get created by controllers/cluster as a response to kapp created...
> they showed up in kapp's diff, despite not being owned by the app since we marked them with "owned-for-deletion" they are owned by the app (for deletion at least)...
@jdef confirmed as a challenge with following setup ``` kind: Foo # unknown kind to the cluster apiVersion: v1 metadata: name: foo labels: kind-lbl: foo --- kind: ConfigMap apiVersion: v1...
check what current error message look like for: - [ ] probes (readiness liveliness startup) - [ ] image pull errors - [ ] container failing at startup (eg wrong...