Martin Weindel
Martin Weindel
drop deployment of dns.grdener.cloud CRDs **How to categorize this PR?** /kind technical-debt **What this PR does / why we need it**: Cleanup of all remaining code blocks dealing with DNSProviders...
**How to categorize this issue?** /area robustness /kind bug /priority 3 **What happened**: On rolling nodes of a large cluster with about 100 nodes, the max surge was limited to...
**What would you like to be added**: The dns-controller-manager supports a new DNS provider type `rfc2136` and it should made available in the dashboard DNS provider dialogs. See [rfc2136 documentation](https://github.com/gardener/external-dns-management/tree/master/docs/rfc2136)....
**What would you like to be added**: Add new separate dialogs for managing primary DNS provider and the additional DNS providers for the shoot-dns-service extension. These new dialogs should only...
**What this PR does / why we need it**: This PR allows to use `dnsrecords.extensions.gardener.cloud` instead of `dnsentries.dns.gardener.cloud` for creating DNS TXT records of DNS challenges on requesting certificates. `Certificate`...
**What this PR does / why we need it**: The package `github.com/gardener/cert-management/pkg/deploy` has been introduced to allow to generate a managed resource for the cert-management deployment programmatically. This code is...
**What happened**: A DNSEntry should not go to state Error if its DNSProvider is deleted and the DNS recordset is already existing. Instead if should go to state Stale. The...
**What would you like to be added**: The length of DNS labels is restricted to 63 characters according to [RFC 1035](https://datatracker.ietf.org/doc/html/rfc1035#section-2.3.1), but currently the DNS controller manager only supports DNS...
All fields of the `TransportConfig` are public, but the certPool field is not. It should not be required to provide a cert pool from a file, but just by providing...
**How to categorize this PR?** /area control-plane /kind enhancement **What this PR does / why we need it**: The rewrite of the bash scripts to Go in vpn2 brings some...