Joe Stringer

Results 44 issues of Joe Stringer

This section refers to running an additional component like BGP: > Otherwise, an additional system component such as a BGP daemon must be run to distribute the routes https://docs.cilium.io/en/stable/concepts/networking/routing/#id3 Given...

area/documentation
sig/datapath

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? A user reports that Cilium hit a segfault when the l7...

kind/bug
needs/triage
pinned

If you have a situation where pods cannot be deployed, `cilium connectivity test` appears to hang: ``` $ ./cilium connectivity test ℹ️ Single node environment detected, enabling single node connectivity...

good first issue

There are examples of reconfigurations of Cilium like in https://github.com/cilium/cilium/issues/31240 where it is not sufficient to just do `cilium config set ...` because this currently only changes the ConfigMap, it...

`Test.failCommon()` needs to detect a SIGTERM signal from the user in order to cancel the --pause-on-fail if the user presses ctrl+c: https://github.com/cilium/cilium-cli/blob/8a38f71407b8b8b47e504d668ca5a74d3dfa6998/connectivity/check/logging.go#L298 Rather than signing up for a new `SIGTERM`...

good first issue
kind/enhancement

It's complicated to understand when `--helm-set` vs. `--helm-set-string` is needed in order to correctly configure Cilium. It would be nice to remove --helm-set-string and figure it out properly or fix...

kind/feature

When running `cilium sysdump` in a kind dev environment with a relatively simple deployment, the command complains with many warnings that do not need to be warned about: ``` ......

kind/feature
good first issue

The following code uses a non-public API from https://github.com/cilium/cilium in order to extract configurations out from an individual agent: https://github.com/cilium/cilium-cli/blob/e97bddd0e98139d70416371c50e3740625e9e4d7/connectivity/check/features.go#L274 There are a few issues with this: - This is...

When a user migrates the control plane nodes, this may impact Cilium since it needs to pull the latest desired state from the control plane. Failing to properly follow the...

kind/enhancement
sig/k8s
area/CI-improvement
stale
sig/agent

Requires: #32013

release-note/misc
dont-merge/blocked