Marvin Beckers
Marvin Beckers
## Summary When debugging e2e tests for shared and sharded setups, I struggled a bit with figuring out what was going on on the server side of the e2e tests....
### Feature Description controllers in kcp can have a leader election since #2996. This means that only a single instance of controllers can (and should) be running. For scaling and...
### Description of the feature you would like to add / User story As a KKP user I would like to have KKP automatically add the pod CIDR of my...
### What happened? When credentials expire, they need to be rotated. The "source of truth" is the Secret in the `kubermatic` namespace (named `credential--`), and it's synced by the `cluster-credentials-controller`...
### What happened? We discovered that the user cluster backup feature has a design flaw: It is missing logic for multi-seed setups. When you create a cluster backup location through...
### Description of the feature you would like to add / User story As a KKP user I would like to see the kubermatic-operator to handle migrations in order to...
### Description of the feature you would like to add / User story As a KKP user creating AWS clusters I would like to have the [AWS Load Balancer Controller](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/)...
golangci-lint has a v2 out, so we should eventually upgrade to it. The main tasks here are: 1. Update the golangci-lint version in the `Makefile` 2. Migrate `.golangci-lint.yml` to the...
It looks like my PR #3338 added a certain flakiness to `TestAPIBinding`. ``` apibinding_test.go:427: Error: cowboys.wildwest.dev is forbidden: User "kcp-admin" cannot list resource "cowboys" in API group "wildwest.dev" at the...
### Describe the bug Our docs at https://docs.kcp.io/kcp/v0.26/concepts/workspaces/ seem really really outdated: 1. The workspace type reference in the example YAML is no longer valid as far as I can...