Robert Vasek
Robert Vasek
Taking (I would self-`/assign` but that probably won't work for me at the moment because of perms).
WIP branches for [kcp-dev/kubernetes](https://github.com/kcp-dev/kubernetes): * https://github.com/gman0/kubernetes/tree/kcp-1.32-baseline * https://github.com/gman0/kubernetes/tree/kcp-1.32-pre.1-deps * https://github.com/gman0/kubernetes/tree/kcp-1.32-pre.2-fixes
WIP branch for [kcp-dev/kcp](https://github.com/kcp-dev/kcp): * https://github.com/gman0/kcp/tree/1.32-bump * https://github.com/gman0/kcp/tree/1.32-bump-pre.1 Also working on updating the rebasing docs: * https://github.com/gman0/kcp/tree/update-rebase-docs
https://github.com/gman0/kubernetes/commit/3ecc3a49cd2572a1bc9404d5d1aed30e8bf25fc6 TL;DR we may need to wire in a context to the `asPartialObjectMetadataList` function. Will try it out and we can discuss it once the PR is out.
https://github.com/gman0/kubernetes/commit/0f81a9ee821009644411367a519df3571011e580 The new changes in upstream's GC controller may cause some issues for us. I'll try to explain the issue on garbagecollector.Sync because we don't have the new version of...
https://github.com/gman0/kcp-code-generator/commit/e65054c73f6315664236041ef63e850fd217a808 The build constraint `!ignore_autogenerated` in templates caused the generated files to be not picked up by tools in https://github.com/kubernetes/code-generator/tree/master/cmd, specifically when re-generating deepcopy functions as a part of [`hack/update-codegen.sh`](https://github.com/kubernetes/kubernetes/blob/master/hack/update-codegen.sh)....
https://github.com/gman0/kcp/commit/ddbe24723a5ad38771f700da7d73334dfdf166d5 This commit removes v1alpha1 ValidatingAdmissionPolicy from informers and APIExport builtin types. It seems it was added in 1f2244a0594660c98bbf5f4c0dfeaafe2315e0eb , c136c4ab01e6fd3570806b55cfd0c88e7707173e and 666c6a3f7f90c6d26dee0412889591c445ce56d3 . This was back in 2023 when...
Hi folks, reviving this issue with the latest updates: * [[DIFF-ONLY] Rebase to 1.32.3 kcp-dev/apimachinery#84](https://github.com/kcp-dev/apimachinery/pull/84) * [[DIFF-ONLY] Rebase to 1.32.3 kcp-dev/code-generator#105](https://github.com/kcp-dev/code-generator/pull/105) * [[DIFF-ONLY] Rebase to 1.32.3 kcp-dev/client-go#41](https://github.com/kcp-dev/client-go/pull/41) * [[DIFF-ONLY] Rebase...
Hello, are there any updates on fixing this bug?
`ResourceSchemaStorageVirtual.IdentityHash` is not trivially checked. `APIExport.Spec.Resources[].Storage.Virtual` has only EndpointSlice reference and we have no standard way to retrieve its parent object and/or its identity.