kcp icon indicating copy to clipboard operation
kcp copied to clipboard

Kubernetes-like control planes for form-factors and use-cases beyond Kubernetes and container workloads.

Results 171 kcp issues
Sort by recently updated
recently updated
newest added

_Originally posted by @ncdc in https://github.com/kcp-dev/kcp/pull/2173#discussion_r997296224_

lifecycle/rotten

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

area/kubernetes
area/workspaces
lifecycle/rotten

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

kind/bug
lifecycle/rotten

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

area/workspaces
area/sharding
area/server
lifecycle/rotten
area/operation

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

kind/bug
lifecycle/rotten

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

kind/bug
area/authorization
area/apiexports
lifecycle/rotten

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

dependencies
needs-ok-to-test
size/XS
do-not-merge/release-note-label-needed
github_actions
dco-signoff: yes

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

ok-to-test
size/L
release-note
dco-signoff: yes

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

kind/feature
kind/documentation