Dmitriy Kalinin

Results 407 comments of Dmitriy Kalinin

one thought is to record revision at the time of deploy into a separate CR: ``` AppRevision CR metadata labels kappctrl.k14s.io/app: app-name spec ... contents App CR Spec ... status...

as a workaround you should be able to do this for now: ``` kbld -f https://storage.googleapis.com/tekton-releases/pipeline/previous/v0.18.1/release.yaml > manifest.yml kbld relocate --repository $registry -f manifest.yml ``` first kbld "normalizes" it to...

> If the validation by kbld from --expect-all-preresolved succeeds, then I would expect to be able to immediately after pipe to kapp yup. if it fails it will fail, and...

> version seems to be the currently resolved version, which is v1 correct. > lastAttemptedVersion seems to be the attempted version, successful or unsuccessful correct. it gets set as soon...

thanks for taking time to record your observations/sugestions. i'll try to provide more context on each bullet below... > Code can't be easily tested in an IDE because the setup...

@StarpTech oh i guess you went the route of running local registry for testing. using dockerhub might be easier since it avoid all kinds of networking complexities dealing with minikube...

> Yes. What your thoughts about my previous points? i think your points about debugging and installation are fair. we have discussed some of the in the community meeting; however,...

i propose we call it `yanked` -- it's a term ive seen in ruby, python and other communities -- https://adamj.eu/tech/2021/09/20/how-to-fix-pip-yanked-version-warnings/

i could see us adding a matcher that matches on the content of the array item e.g. `[foo, {contains: {name: "blah"}}, blah]`. this does look a bit more involved from...

quick thoughts so far: - we should still use -i/-b flags for delete to stay consistent with other commands (all carvel tools use flags for args) - when -b is...