ABW

Results 9 issues of 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...

✨ enhancement

**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...

kind/feature

**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...

kind/bug
lifecycle/rotten

## 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),...

cncf-cla: yes
size/L
ok-to-test
kind/feature
needs-rebase

**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...

cncf-cla: yes
size/S
ok-to-test
kind/cleanup
needs-rebase

**Actual behaviour:** CIDR list parameter is critical feature when it comes to loadbalancer rules and it is missing at the moment. When you create a loadbalancer rule using resource, it...

Hello fellas, Since cloudstack kubernetes provider is successor of cloudstack cloud controller, shouldn't it also allow to register external managed clusters automatically? I am not saying it should be mandatory,...

What has been done: Added `--config` flag to enforce command, which let use provide custom config file path. When not specified, it defaults to `.conform.yaml` in current directory.