Marvin Beckers

Results 126 issues of Marvin Beckers

### Feature Description Kubernetes 1.32.0 is slated to come out [tomorrow](https://www.kubernetes.dev/resources/release/#summary). We should rebase kcp to that new version. A final changelog isn't out yet, so it likely makes sense...

kind/feature

We've recently had a report that was based on confusion caused by our documentation around `limitAllowedChildren` in `WorkspaceType` objects. The gist is the following: - A `WorkspaceType` called "type-composite" can...

kind/documentation

We have a kcp-secific admission plugin [validatingwebhook](https://github.com/kcp-dev/kcp/tree/main/pkg/admission/validatingwebhook) (and one for mutating webhooks as well), but I cannot find any documentation on it. We should make sure we document how `ValidatingWebhookConfigurations`...

good first issue

### Feature Description Workspaces can have initializers defined, depending on the `WorkspaceType` that is referenced. To facilitate workspace initialisation, we have the `initializingworkspaces` virtual workspace (https://github.com/kcp-dev/kcp/tree/main/pkg/virtual/initializingworkspaces/). This virtual workspace is...

kind/feature

I haven't looked into this in-depth, so here is an issue for someone to pick up and investigate. Something we've been seeing for quite a while is pretty slow startup...

area/server

Before we cut 0.29.0, we should rebase to the latest 1.33 version at the time (as of writing this, 1.33.5) to make sure we pull in the latest changes.

kind/chore

We [have had a report of traffic unbalance between front-proxy and kcp shard replicas](https://kubernetes.slack.com/archives/C021U8WSAFK/p1753879402367099). While we have no details at the time, it makes sense to investigate this some more....

lifecycle/stale
area/networking
area/front-proxy

### Feature Description kcp has an API resource called [`APIConversion`](https://docs.kcp.io/kcp/main/reference/crd/apis.kcp.io/apiconversions/). This used to be working as a way for API providers to define API version conversion rules (something that is...

kind/feature

### Feature Description It might be desired to allow multiple entities to reconcile the same API (exported via an `APIExport`), for example in a marketplace setup where multiple providers support...

kind/feature

We should write documentation on the special system workspaces of kcp (is there more than `system:admin` right now? I'm not aware). What they do, what is special about them, and...