Shreya Jayaraman
Shreya Jayaraman
This PR adds CI to validate the migration path from CiliumEndpoint to CiliumEndpointSlice, by checking that the migration does not affect connectivity on a migrated cluster. Please ensure your pull...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Repro Steps: I set up a Cilium cluster (on Kind) and...
This PR reduces the cardinality of the two node connectivity metrics, `node_connectivity_latency_seconds` and `node_connectivity_status`. Prior to this, the node connectivity metrics were exported with source node and target node information,...
Add CFP for [cilium issue #32820](https://github.com/cilium/cilium/issues/32820). [Draft CFP](https://docs.google.com/document/d/102NC62FENIza27DzqMpFC33bXqR-h2nKmAi4XG2D6oQ/edit?usp=sharing)
This PR adds preliminary changes necessary to fully address #32820 & the corresponding CFP. Specifically, this PR: - Changes the package being used for the ICMP pinger. - Reconfigures the...
TESTING ```release-note enable operator managing identities in CI ```
This PR makes a change to add an option to create CiliumEndpointSlices directly from pods instead of from CiliumEndpoints. This is a step towards eliminating the need for CEPs when...