HummingMind
HummingMind
Is there any information on Preact 11? Features planned, release date, etc.? Thank you.
Great information. Thank you!
Hello! Is this still being worked on? If so, any ETA? I see it was put back into the backlog. :( Thank you!
> I’m sorry but we’re prioritizing bug fixes like fixing reboot support and keeping up with Kubernetes, and user support, it doesn’t leave much time for designing / reviewing /...
Wildcard certificates require DNS01 challenge. At this time HTTP01 is not supported. At least according to the documentation.
I found this in the Gateway API documentation: https://gateway-api.sigs.k8s.io/geps/gep-1911/ But when I describe the hubble-ui service, I don't see this filed being populated. Am I on the right track? 😨...
I got it to work via Contour and it's HTTPProxy resource. Couldn't get it to work via the Gateway API in Cilium. Would be nice if any of the devs...
It seems like h2c is required for the backend (/api route). Contour supports this with their HTTPProxy resource. Gateway API 1.0 spec says that it's up to each implementation to...
I doubt it's going to work based on what I found. Seems like there will be a fallback on HTTP short polling soon for this: https://github.com/cilium/hubble-ui/pull/493#issuecomment-1855876015
With Gateway API and Cilium specifically though: From https://gateway-api.sigs.k8s.io/geps/gep-1911/ it states that:  So if I create a serivice (to route to the hubble ui backend), and mark it with...