John Belamaric

Results 40 issues of 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...

enhancement

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...

question

### 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,...

enhancement
triaged
area/porch

### 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...

bug
triaged
area/porch

### 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...

bug
triaged
area/porch

### 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...

enhancement
triaged
area/porch

### 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...

bug
triaged
area/porch

### 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...

bug
triaged
area/ui
area/porch

### 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....

bug
triaged
area/porch

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,...

enhancement