Revision 2a743de681dbdd1135e72b161b10d81854ba5f3c authored by Marco Hofstetter on 05 December 2023, 08:16:32 UTC, committed by Marco Hofstetter on 05 December 2023, 08:16:32 UTC
The guestbook in version v5 fails trying to connect to `redis-leader`. The reason
is that the deployment is still named `redis-master`.

Therefore, this commit renames the guestbook example deployments
to use the leader/follower naming.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
1 parent 6f7fe81
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