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
History
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
File Mode Size
addressing
types
build.sh -rwxr-xr-x 227 bytes
const.go -rw-r--r-- 1.7 KB
utils.go -rw-r--r-- 2.8 KB
utils_test.go -rw-r--r-- 3.0 KB

back to top