kcp
kcp copied to clipboard
Kubernetes-like control planes for form-factors and use-cases beyond Kubernetes and container workloads.
_Originally posted by @ncdc in https://github.com/kcp-dev/kcp/pull/2173#discussion_r997296224_
The Kubernetes namespace controller is responsible for deleting all resources from a namespace when the namespace is deleted. Because kcp has resources in multiple logical clusters, we need to make...
### Describe the bug I had an `APIExport` that included `permissionClaims` for `deployments/apps`. `Deployments` are not a built-in type, and are only available in a given workspace after setting up...
When the partial metadata informer is trying to request `/clusters/*/apis/tenancy.kcp.dev/v1beta1/workspaces` from the kcp process, this gets redirected to the front proxy, and we see this error ``` W0819 11:41:35.676289 1...
### Describe the bug If you change the Go types and also change the generated `APIResourceSchemas` to perfectly match what the generator would have created, the result is that the...
### Describe the bug When creating an APIBinding, the APIBinding admission logic performs a SAR with the following attributes: ```go bindAttr := authorizer.AttributesRecord{ User: user, Verb: "bind", APIGroup: apisv1alpha1.SchemeGroupVersion.Group, APIVersion:...
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.7.1 to 2.7.2. Release notes Sourced from uraimo/run-on-arch-action's releases. 2.7.2 What's Changed Add debian bookworm containers by @LukasWoodtli in uraimo/run-on-arch-action#144 New Contributors @LukasWoodtli made their first contribution...
## Summary Add OpenAPI Schema support to virtual workspace framework. The implementation taps into the `CreateServingInfo` path to generate the spec and adds a handler to VW apiserver for handling...
### Feature Description Need Documentation for KCP Installation ### Proposed Solution ReadMe to have step kcp installation ### Alternative Solutions _No response_ ### Want to contribute? - [X] I would...