kpt icon indicating copy to clipboard operation
kpt copied to clipboard

kpt repo package-examples directory can't be registered with porch

Open bgrant0607 opened this issue 3 years ago • 3 comments

kpt alpha rpkg list
Error: failed to load packages from tag "refs/tags/v0.33.0": object not found

Probably because the release version tags have a similar form to the kpt package version tags. I guess this would be for a package named the empty string?

Porch should probably ignore these. It should also gracefully recover.

We may want to uniquify the kpt version tag format as well.

cc @droot

bgrant0607 avatar Jul 22 '22 22:07 bgrant0607

I'm fine with moving these packages to kpt-samples as a temporary workaround

bgrant0607 avatar Jul 22 '22 22:07 bgrant0607

I'm fine with moving these packages to kpt-samples as a temporary workaround

Yes, I will move the packages under kpt-samples till we solve the edges cases in porch.

droot avatar Jul 23 '22 01:07 droot

So copied over the three packages ingress-nginx, cert-manager-basic, ghost from kpt repo to kpt-samples repo.

I have also tagged them with the same versions that we had the kpt repo. We will be using kpt-samples repo for the development of packages.

droot avatar Jul 24 '22 21:07 droot

Fixed by https://github.com/GoogleContainerTools/kpt/issues/3407

natasha41575 avatar Aug 15 '22 17:08 natasha41575