Revision 6f9b8fd34bc448aec7941413cd1d8e6f9bbcb6b5 authored by Arthur Outhenin-Chalandre on 07 June 2024, 13:08:22 UTC, committed by André Martins on 17 June 2024, 10:48:51 UTC
Use EventuallyWithT instead of waiting for the controller queue to be
empty. The queue being empty does not signify that the reconciliation is
done as the controller pops elements when the reconciliation starts and
not when it ends.

Suggested-by: Marco Iorio <marco.iorio@isovalent.com>
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
1 parent b86d5fc
Raw File
CONTRIBUTING.md
# How to Contribute

## To Cilium/Hubble

See the [Developer / Contributor
Guide](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/) for detailed information on
how to contribute, get started and find good first issues.

## To the cilium.io website

Please see the [cilium.io website contributing guide](https://github.com/cilium/cilium.io/blob/main/CONTRIBUTING.md) for detailed
information on how to add blogs, trainings, and other resources.

## To the Cilium documentation

Please see the [Cilium documentation contributing guide](https://docs.cilium.io/en/stable/contributing/docs/) for detailed
information on how to contribute to the Cilium documentation.
back to top