Jarno Rajahalme

Results 43 issues of Jarno Rajahalme

`curl` has apparently returned exit code 0, even when hubble output indicates that the traffic was dropped as expected: ``` [.] Action [client-egress-l7/pod-to-pod/curl-1: cilium-test/client-[64](https://github.com/cilium/cilium/runs/5521501708?check_suite_focus=true#step:26:64)88dcf5d4-qk2wr (10.56.0.212) -> cilium-test/echo-same-node-745bd5c77-46n5f (10.56.0.241:8080)] 📄 Following...

area/CI
ci/flake

Validate that a filter with multiple negate groups works as expected. Related-to: #97

**Describe the bug** 1.11 RC introduces support for native mounts. Testing this out compiling a large Go project shows that the native mounts are very slow, and seem to be...

bug
high
medium

Add a new `dns-tcp` test to the suite that tests DNS proxy forwarding over TCP to external address used in the test suite. No payload protocol is used or tested,...

needs-rebase

## Bug report It seems `cilium connectivity test` is timing out on waiting for the other-node deployments to become ready on a single-worker kind cluster. ``` % cilium connectivity test...

kind/bug

Fix `NodeportService.Address()` IPv6 check and generalize `NodeportService` by using in `[]corev1.NodeAddress` instead of `*corev1.Node` so that test cases can customize the addresses to be used. Use `NodeportService` to simplify special...

kind/bug

Currently bugtool info for Cilium agent is missing from sysdump for Cilium agents in crashloop. A lot of helpful information (e.g., open sockets, iptables, etc) could be collected also from...

kind/feature
help wanted
area/CI
sig/agent

There should be some documentation on how to remove stgit metadata form a git branch when stgit messes it's metadata and can't recover. My branch is showing this type of...

### Description of the feature request: Add a command line option that causes `bazel build` to ignore data dependencies declared in `cc_test.data`, and make sure these data dependencies are available...

type: feature request
P4
team-ExternalDeps
stale

Use the original source address if permitted even if the destination is external to the cluster.

wip