Oliver Borchert
Oliver Borchert
I would hold merging that, I still need to check with @fmms whether this fixes the issue. Sorry about that, I was about to mark this as a draft PR.
Can you share your Switchboard configuration? Either your Helm config or your in-cluster config (should be named `-config`).
Yeah, by default, no integrations are enabled. In your case, you need to enable the `dns-endpoint` integration and configure it to tell Switchboard where DNS records should point to (e.g....
Oh, I really need to improve the documentation there 😅 In general, you only want to set `targetIPs` if you have a fixed set of IPs that you want to...
Hmm, how exactly do you issue TLS certificates? Do you add a TXT record for the ACME challenge? If so, cert-manager should handle this problem by itself and I would...
Thanks for the follow-up @justSem! I get the issue now, but I'm unsure whether Switchboard is the right place to solve it. One thing that would be possible for cert-manager...
For the time being, I would introduce the following (empty) protocol: ```swift protocol CachableJsonRequest: JsonRequest { } ``` Then, in your hook, you could implement the `onSchedule` and `onSuccess` methods...
Is this something that you require right now or is it only something that might be useful in the future? In general, I think that it should be discussed whether...
@0x0013 I feel like Switchboard should pick up `IngressRoute` resources by default as this simplifies the setup significantly. On a different note, I had another idea how to solve this:...
Finally implemented in v0.5.3 :)