Travis Raines

Results 86 comments of Travis Raines

Absent DNS capabilities in the driver, `broadcast_address` is probably the best option. That appears to be what the DataStax drivers effectively do, as the listen address they refer to (the...

Are you able to see the trace containers/jobs' output? I had a similar issue running under KIND, where I lacked kernel headers, causing the trace pods to end quickly. It...

Which KIC version is this? Best guess is that this is/was the discrepancy between what deck expected as defaults and what the actual defaults were for a given Kong version...

@hanshuebner @locao this was a community report that looked similar to the issue we were working on in EE PRs 3344 and 3212. Would it be possible to make an...

/remove-lifecycle stale Checking on this as well, as we recently encountered this when our users started migrating to 1.24. Is the fork fix still under active development, or is there...

No, I think you're correct @skriss. It looks like the language is a bit confusing, where https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.Listener has > The GatewayClass MUST use the longest matching SNI out of all...

I think it's reasonable to approach this by simply rejecting any configuration that includes multiple Sets or Adds (or both a Set and Add) for the same header, which should...

It's not something that affects the end result AFAIK. If you have: ``` add: - name: X-Foo value: Red - name: X-Foo value: Blue ``` and ``` add: - name:...

@tokers we discussed this during [yesterday's sync](https://www.youtube.com/watch?v=OItXQSN2gWU&t=3180s) and consensus was generally okay with restricting to a single operation per header name (`remove` hasn't been discussed here previously, but it doesn't...

From our (Kong) perspective, we are in favor of avoiding loops, and iffy on the implementation. We support HTTP->HTTPS redirects as a standard part of our routing configuration, and configuring...