Nick Young

Results 873 comments of Nick Young

In terms of being able to work around the lack of TCPRoute support for now - Cilium does support the `spec.infrastructure.annotations` field in the Gateway API experimental channel, which will...

This seems to be because the pods that the Gateway API tests schedule are not starting up properly - meaning that the tests will, of course, fail. I'll take a...

Thanks for this @mliner, you'll need to make sure all your commits have DCO signoff at the bottom of the commit message to fix that particularly linting error.

Okay, looks like I broke this in the Gateway API reconciler refactor. Thanks for all the reports, everyone, I will look into it.

Okay, this is one of those things that _seems_ like a regression, but that's because we weren't doing the correct thing before. Gateway API says that the Gateway _must_ have...

The `matchLabels` feature will still have Envoy running on those nodes, but the configuration to actually forward traffic will not be present - well, that's how it's supposed to work....

Hmm, that's a good point, and once I (or someone else) can get to this, we should definitely take that into account.

Hi @volatilemolotov, unfortunately there's not enough information on here to see what the issue could be. Could you upload a sysdump using https://docs.cilium.io/en/stable/operations/troubleshooting/#automatic-log-state-collection ? Also, some more details about where...

Sorry about the delay in getting back to you @volatilemolotov. There were a number of bug fixes for various Gateway API and Ingress issues between 1.17.0 and 1.17.5, so hopefully...

Because of the way Cilium's Gateway API and Ingress support works, it's relatively expected that ICMP packets may not work. What does happen for Layer 2 announcment of Gateway API...