Robert Vasek
Robert Vasek
# Describe the feature you'd like to have # Add annotations with ceph client addresses to relevant k8s objects. # What is the value to the end user? (why is...
## Summary This PR sync kcp to be in line with k8s v1.32.3. ## What Type of PR Is This? /kind feature ## Related Issue(s) Fixes https://github.com/kcp-dev/kcp/issues/3209 ## Release Notes...
### Feature Description kcp already has a lot of repositories, with a lot of (inter-)dependencies but no way to manage them centrally. This makes it hard to keeping them in...
## Summary This PR makes it so that: * go mod files are checked against the real state of things (with `go mod tidy -diff`), * dependencies are in line...
## Summary This PR adds DynamicRESTMapper. See the linked issue for details. ## Related issue(s) Fixes https://github.com/kcp-dev/kcp/issues/3293 ## Release Notes ```release-note NONE ```
## Summary This PR updates dependencies to be in line with k8s v1.32.0. > Warning! Do not merge before we sort out our k8s rebase and update deps in this...
### Feature Description Kubernetes v1.32 adds MutatingAdmissionPolicy under `admissionregistration.k8s.io/v1alpha1`: https://kubernetes.io/docs/reference/access-authn-authz/mutating-admission-policy/ ### Proposed Solution We may want to start thinking about incorporating it into kcp too, similar to the [KCPValidatingAdmissionPolicy](https://github.com/kcp-dev/kcp/blob/main/pkg/admission/validatingadmissionpolicy/validating_admission_policy.go) plugin....
Commit https://github.com/kcp-dev/kcp/commit/c136c4ab01e6fd3570806b55cfd0c88e7707173e added a `admissionregistration.k8s.io/v1alpha1` runtime config: https://github.com/kcp-dev/kcp/blob/4bd4122483ff418a58315389b4f872dcaec0fe7c/pkg/server/options/options.go#L133-L136 This was added specifically to be able to serve ValidatingAdmissionPolicy when it was first introduced in k8s 1.26, as a part of...
### Describe the bug test/e2e/apibinding TestAPIBindingCRDs failed with `panic: cache *v1alpha1.LogicalCluster modified` Logs: [build-log.txt](https://github.com/user-attachments/files/23387958/build-log.txt) ### Steps To Reproduce N/A ### Expected Behaviour We shouldn't overwrite objects in client cache. ###...
### Feature Description AggregatingVersionDiscoveryAPIServer resolves version discovery in `/apis//`. If a resource in its APIResourceList response happens to be a VR, the server looks into a lookup table for types...