switchboard icon indicating copy to clipboard operation
switchboard copied to clipboard

Kubernetes Operator for Automatically Issuing DNS Records and TLS Certificates for Traefik Ingress Routes.

Results 10 switchboard issues
Sort by recently updated
recently updated
newest added

If a ingressroute reference to a services which changed in configuration the update will not issued. We should watch services and filter them by the ingressroute references. If than a...

Added the a annotation to ingressroute to enable a dynamic target lookup switchboard.borchero.com/target 1. a comma seperated list of ip number ipv4 ipv6 [1.1.1.1,1::1] 2. one domain name [cname.example.cname] 3....

While testing this in one of our environments we've ran into an issue regarding DNS propagation. In this case we're running a K8S cluster on DigitalOcean, which also manages the...

Hi how do i've apply the traefik ingressroute. But somehow switchboard doesnt create dnsendpoint resource for it/ pods logs ``` I0729 15:09:22.924478 1 request.go:601] Waited for 1.030966019s due to client-side...

Hi! I know it is possible to annotate IngressRoute resource to make switchboard ignore it: ``` metadata: annoations: switchboard.borchero.com/ignore: "true" ``` But is it possible to only ignore a specific...

For our environment, we are always using a CNAME on the base domain instead of the `status.loadbalancer.IP` from the traefik service. Would it be possible to add an override for...

Currently switchboard only allows selecting one Traefik target service for external-dns integration. This works great when there is a single LoadBalancer-type service for Traefik. I have recently found a use-case...

Bumps the go-dependencies group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime). Updates `k8s.io/api` from 0.29.3 to 0.30.0 Commits fb932d2 Update dependencies to v0.30.0 tag d014286 Merge remote-tracking branch 'origin/master'...

dependencies
build

Bumps the ci-dependencies group with 2 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [helm/kind-action](https://github.com/helm/kind-action). Updates `golangci/golangci-lint-action` from 4 to 5 Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed skip-pkg-cache and skip-build-cache have been...

dependencies
ci

updates: - [github.com/golangci/golangci-lint: v1.57.2 → v1.58.1](https://github.com/golangci/golangci-lint/compare/v1.57.2...v1.58.1)

style