https://github.com/cilium/cilium
Revision 5ce98a65ce842b48f7a5429bb239d895994c2a77 authored by André Martins on 25 March 2019, 12:15:03 UTC, committed by André Martins on 25 March 2019, 15:21:59 UTC
If a KVStore database is accidentally deleted and a new Cilium agent is
started, that new cilium agent will not be aware of the identities
previously used.

As cilium uses a white-list identity based policy enforcement, new
endpoints created in this recently started cilium agent will not be able
to reach identities allocated before the KVStore being deleted since
the deleted identities are not periodically created.

Signed-off-by: André Martins <andre@cilium.io>
1 parent dbb2ef1
Raw File
Tip revision: 5ce98a65ce842b48f7a5429bb239d895994c2a77 authored by André Martins on 25 March 2019, 12:15:03 UTC
identity/cache: add controller to re-sync identities
Tip revision: 5ce98a6
CONTRIBUTING.md
# How to Contribute

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