kcp
kcp copied to clipboard
Kubernetes-like control planes for form-factors and use-cases beyond Kubernetes and container workloads.
I am running a KCP server locally but it seems that if I deploy the server and I am connected to a particular network, then that KCP server really only...
**Describe the bug** Executing the `kubectl apply` or `kubectl create` commands using an APIExport virtual workspace URL do not work. **To Reproduce** Steps to reproduce the behavior: ```shell $ kubectl...
**Describe the bug** gitTreeState for server version is shown as dirty when kubectl version is run **To Reproduce** Steps to reproduce the behavior: 1. export kcp kubeconfig 2. Run command...
We should completely remove the need of issuing a SAR against ClusterWorkspaceType in the `Create` implementation of the `workspaces` virtual workspace. This SAR simply forces the VW to set a...
Right now, we're using old-school Kubernetes boilerplate and the like for our controllers. This leads to a lot of boilerplate copy-paste and by my count we've got even three different...
https://github.com/kcp-dev/kcp/pull/1375#discussion_r910304043 `clusterworkspacetypeexists` does this /assign @sttts
As part of the [User Home Workspaces](#1069) work, and a follow-up of PR #1374, we should think what default permissions for the workspace access through the `workspaces` virtual workspace. Probably...
In some future, a controller will be able to use `ThingReplicationClaim` to request local copies of data. We expect controller authors in that new world to hold two clients -...
**Describe the bug** I do not yet have a good understanding of what kcp is, or perhaps more importantly, what is the vision of what it is becoming. But it...
Validation for `ClusterWorkspaceType.ObjectMeta.Name`: ``` ClusterWorkspaceType.tenancy.kcp.dev "alpha-QdlDvpdv6K" is invalid: metadata.name: Invalid value: "alpha-QdlDvpdv6K": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start...