ABW
ABW
### Describe the feature you'd like to request Hi guys 'n' gals, Whilist moving from Express you can encounter lack of rate limit support in tRPC routes. It would be...
**What would you like to be added**: Service object should have possibility to set `external-dns.alpha.kubernetes.io/cloudflare-proxied` flag. **Why is this needed**: The only way to enable cloudflare proxy is to set...
**What happened**: I've created a service with annotations as below: ``` external-dns.alpha.kubernetes.io/hostname: argocd.example.org external-dns.alpha.kubernetes.io/endpoints-type: NodeExternalIP ``` After I read the documentation and then code implementation I noticed that external-dns is...
## Feature Request ### Description It would be great if we could specify a priority of files deployed using extraManifests, ie. ```yaml extraManifests: - url: https://example.com/manifest1.yaml priority: 100 - url:...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: Kube VIP addon contains a setting that let us load-balance services (kube_vip_services_enabled: true),...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: 1. Removes hostPorts from DaemonSet when ingress_nginx_host_network is set to false, 2. Added...