John Belamaric
John Belamaric
### Describe your problem As we have discussed a few times, packages often have dependencies. They may depend on particular resources existing in the cluster, or they may depend on...
We have some various workflows defined here: https://kpt.dev/book/02-concepts/02-workflows During our discussions, we often talk about "render time" and "apply time" and "run time" as different points in the lifecycle during...
### Describe your problem I have a package with a bunch of images. I want to update all the image tags to the latest release of those images. Right now,...
### Expected behavior Update succeeds. ### Actual behavior ``` jbelamaric@jbelamaric:~/proj/nephio-packages/coredns-caching$ kpt alpha rpkg update nephio-dev-deploy-0247f2adfd09fa113737ab033918095bdfaf16eb --discover PACKAGE REVISION UPSTREAM REPOSITORY UPSTREAM UPDATES nephio-dev-deploy-0247f2adfd09fa113737ab033918095bdfaf16eb nephio-packages v3, v4 jbelamaric@jbelamaric:~/proj/nephio-packages/coredns-caching$ kpt alpha rpkg...
### Expected behavior An empty repo should be the same as an empty main branch. ### Actual behavior Porch and kpt alpha rkpg commands get confused if there is an...
### Describe your problem Say I want to `kpt alpha rpkg clone`. Right now, I need the `PackageRevision` name. This is painful, it requires me to run `kpt alpha rpkg...
### Expected behavior I can use `kubectl get packagerevision -l 'kpt.dev/latest-revision=true'` to see the latest version of the packages. ### Actual behavior All package revisions are returned. I suspect this...
### Expected behavior The sync is created and the package deployed. ### Actual behavior The error "Cannot read properties of undefined (reading 'username')". ### Information I am guessing this is...
### Expected behavior Only the one bad repo should be unavailable. ### Actual behavior If one repo returns an error, the entire `rpkg` command fails. Similar issue in Porch UI....
The documentation covers the mechanics but doesn't provide guidance on authoring packages. Some simple questions that are immediately faced by a package author (some are covered in the app epic,...