Marvin Beckers
Marvin Beckers
As part of kubermatic/kubermatic#7260, we need to provide KKP API endpoints that are "project-aware", e.g. from `/v2/providers/gke/sizes` to `/v2/projects/{project_id}/providers/gke/sizes` because those API endpoints can use `Presets` as credentials, and we...
As part of kubermatic/kubermatic#7260, we need to provide KKP API endpoints that are "project-aware", e.g. from `/v2/providers/gke/sizes` to `/v2/projects/{project_id}/providers/gke/sizes` because those API endpoints can use `Presets` as credentials, and we...
After some [user feedback](https://github.com/kubermatic/dashboard/issues/4737#issuecomment-1210599173) on our docs, I discussed having a floating TOC with @cschieder and we agreed this might be useful. This can help users discover content on a...
This is a follow-up from the issues worked around in #1459. ## Background In #1304, we changed our CI setup to get rid of the Hetzner VMs built for each...
**What this PR does / why we need it**: We already have a Flatcar Container Linux image on our Nutanix setup, let's test it in our e2e. **Which issue(s) this...
Kubernetes 1.25.0 is [out now](https://groups.google.com/a/kubernetes.io/g/dev/c/b_bqutVwRdk/m/0IrkGP9XBAAJ). We should look into what is required to support it in machine-controller. Also see [the changelog](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md#changelog-since-v1240). Consider this issue a placeholder and please feel free...
**What steps did you take and what happened:** We noticed that starting from v0.56.17 / v0.57.x, the behaviour of `sonobuoy wait` changed - In the "before" version, it will wait...
### What happened? When creating a new user cluster in KKP v2.25.0-rc.0, the very early phases of cluster creation often see events on the cluster regarding cluster backup components: >...
We are currently using [s3cmd](https://github.com/s3tools/s3cmd) as provided by [d3fk/s3cmd](https://hub.docker.com/r/d3fk/s3cmd). This was added in #5668. The problems I see are: 1. No tagged releases of the image. 2. Fairly obscure source...
## General Instructions Run [kubermatic/infra/blob/main/clusters/kkp-qa-env/conformance-tester.sh](https://github.com/kubermatic/infra/blob/main/clusters/kkp-qa-env/conformance-tester.sh) like `PROVIDERS=packet conformance-tester.sh`. ## Checklist ```[tasklist] ### Supported Operating Systems - [x] Ubuntu - [ ] CentOS 7 - [x] Flatcar - [x] Rocky Linux...