-
While completing a simple PR as part of the KubeCon contribfest I hit an issue where one test was causing a panic.
I tracked this down to the use of `assert.NoError(t, err)` for checking errors, but …
-
## Feature Request
In addition to Flannel, we should offer Cilium as a default CNI. No special features need to be supported. The most basic install you can do will be a good start.
-
### Name and Version
bitnami/cilium 1.2.5
### What architecture are you using?
amd64
### What steps will reproduce the bug?
Installed the chart with custom helm values (below). Hubble-Relay and H…
-
https://artifacthub.io/packages/helm/cilium/cilium
-
### Test Name
```shell
github.com/cilium/cilium/pkg/fswatcher
```
### Failure Output
```shell
panic: test timed out after 10m0s
r…
-
The following warnings happen fairly often in the Clustermesh end-to-end workflow:
```
level=warning msg="Error while receiving peer change notification; will try again after the timeout has expired" …
-
Noticed in CI on main after collecting sysdumps: https://github.com/cilium/cilium/actions/runs/11553111281.
Example sysdump: [cilium-sysdump-out-standard-false.zip](https://github.com/user-attachments…
-
### Issue: ExternalName Service Causes Unintended External Traffic in helloworld-go Sample
**Version Affected**: 1.14.0
**Description**:
After applying the helloworld-go sample provided in the …
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Version
equal or higher than v1.16.0 and lower than v1.17.0
### What happened?
I'm currently using Gateway A…
-
There is a [native routing feature in Cilium](https://docs.cilium.io/en/stable/network/concepts/routing/#native-routing) which is based on L3 routing rather than using tunnel encapsulation, because we…