Christoph Glaubitz
Christoph Glaubitz
**Environmental Info:** K3s Version: * v1.23.7-rc1+k3s1 (in docker mode) * v1.24.1-rc2+k3s1 (in default/containerd mode) Node(s) CPU architecture, OS, and Version: Linux k3s-master 5.4.0-113-generic #127-Ubuntu SMP Wed May 18 14:30:56 UTC...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: Github tells us to migrate to issue template workflows. See: [.github/ISSUE_TEMPLATE.md](https://github.com/kubernetes/cloud-provider-openstack/blob/fc5af298a973fa2748a59779b3146f279e07436c/.github/ISSUE_TEMPLATE.md) **What you expected to happen**: **How to...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind cleanup **What happened**: `go.mod` is pretty crowded, mostly due to the fact that e2e tests depend on `k8s.io/kubernetes`. This is not...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **Anything else we need to know?**: There are two functions in lbaas code... `ensureSecurityGroup` and `updateSecurityGroup`. The name of the...
**What this PR does / why we need it**: There are two "new" modules tests/e2e and tests/sanity. With them separated, the main go.mod is much cleaner and only contains dependencies...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature The purpose of this Task is to track workarounds we needed to incorporate to get CI clean - [ ]...
**Description** This PR is a larger rework of provider/designate to address a couple of related issues. * Fix `policy=sync` #1122 * Fix txt record migration https://github.com/kubernetes-sigs/external-dns/issues/2790#issuecomment-1211719494 * Add support for...
**Description** This commit enables registry/txt.go to append the correct labels to endpoints with existing templated prefixed txt records. e.g. ``` old.example.com A 10.0.0.1 prefix-a.old.example.com TXT "external-dns/owner=chris" ``` results in ```...
**What happened**: When using templated prefix (`--txt-prefix="prefix-%{record_type}."`), endpoints are not delete when the ingress is deleted. **What you expected to happen**: Endpoints of deleted ingresses are deleted. **How to reproduce...
**What would you like to be added**: I would propose a larger rework of provider/designate, because of the problems lined out below. Things are related very closely, so that it...