kcp
kcp copied to clipboard
Kubernetes-like control planes for form-factors and use-cases beyond Kubernetes and container workloads.
## Summary I misunderstood the `--update-aliases` flag on `mike deploy`, which resulted in https://github.com/kcp-dev/kcp/actions/runs/8986885214/job/24684080310: ``` + mike deploy --push --update-aliases v0.24 latest v0.24 error: duplicated version and alias ``` This...
https://github.com/kcp-dev/kcp/releases/tag/v0.24.0 Download all assets with GitHub CLI. https://cli.github.com/manual/gh_release_download ```sh gh -R kcp-dev/kcp release download v0.24.0 ``` Checksum verification with sha256sum fails. ```console $ sha256sum -c kcp_0.24.0_checksums.txt kcp_0.24.0_darwin_amd64.tar.gz: OK kcp_0.24.0_darwin_arm64.tar.gz: OK...
This PR addresses the following, Change the workspace controllers start logic inside runners to fix leader election issue. The way we register controllers and define the runner is problematic, the...
From https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/kcp-dev_kcp/2602/pull-ci-kcp-dev-kcp-main-e2e-shared/1613279921029779456 After all the shards are deleted, we create a workspace, which should be unschedulable, but somehow it gets scheduled and then initialized? ``` === RUN TestWorkspaceController/add_a_shard_after_a_workspace_is_unschedulable,_expect_it_to_be_scheduled === PAUSE...
``` === RUN TestAPIExportVirtualWorkspace === PAUSE TestAPIExportVirtualWorkspace === CONT TestAPIExportVirtualWorkspace === CONT TestAPIExportVirtualWorkspace virtualworkspace_test.go:74: shared kcp server will target configuration "/go/src/github.com/kcp-dev/kcp/.kcp/admin.kubeconfig" === CONT TestAPIExportVirtualWorkspace virtualworkspace_test.go:80: Created root:organization workspace root:e2e-workspace-jvlsz as...
### Describe the bug APIExport permission claims are not respected. ### Steps To Reproduce - In one terminal, start kcp (`kcp start`) - Open a new terminal - Run `export...
## Summary The front-proxy might return errors when looking for the `LogicalCluster` on workspace deletion, especially when the `LogicalCluster` is already gone, and it returns a 403. This PR adds...
## Summary Encountering performance challenges with KCP when dealing with just 100 workspaces. The issues are attributed to 1. protomodels, 2. CR CEL validation, and 3. quota controller. In an...
**Describe the bug** `kubectl explain` is broken for kcp api-resources, e.g. locations, clusterworkspaces, workspaces et al. Works well for other k8s traditional resources, though, clusterroles. **To Reproduce** Steps to reproduce...