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
.github
.travis
Documentation
api
bpf
bugtool
cilium
cilium-health
common
contrib
daemon
envoy
examples
hack
monitor
operator
pkg
plugins
proxylib
test
tests
tools
vendor
.authors.aux -rw-r--r-- 416 bytes
.dockerignore -rw-r--r-- 888 bytes
.gitignore -rw-r--r-- 804 bytes
.gitmodules -rw-r--r-- 0 bytes
.mailmap -rw-r--r-- 737 bytes
.travis.yml -rw-r--r-- 424 bytes
AUTHORS -rw-r--r-- 5.5 KB
CODEOWNERS -rw-r--r-- 4.2 KB
CONTRIBUTING.md -rw-r--r-- 195 bytes
Dockerfile -rw-r--r-- 2.0 KB
Dockerfile.builder -rw-r--r-- 1.1 KB
Gopkg.lock -rw-r--r-- 53.5 KB
Gopkg.toml -rw-r--r-- 13.1 KB
Jenkinsfile.nightly -rw-r--r-- 4.7 KB
LICENSE -rw-r--r-- 11.1 KB
Makefile -rw-r--r-- 15.3 KB
Makefile.defs -rw-r--r-- 1.6 KB
Makefile.quiet -rw-r--r-- 625 bytes
NEWS.rst -rw-r--r-- 66.6 KB
README.rst -rw-r--r-- 14.7 KB
VERSION -rw-r--r-- 7 bytes
Vagrantfile -rw-r--r-- 12.1 KB
cilium-docker-plugin.Dockerfile -rw-r--r-- 518 bytes
cilium-operator.Dockerfile -rw-r--r-- 502 bytes
docs.Jenkinsfile -rw-r--r-- 2.6 KB
flannel.Jenkinsfile -rw-r--r-- 3.4 KB
ginkgo-kubernetes-all.Jenkinsfile -rw-r--r-- 6.2 KB
ginkgo.Jenkinsfile -rw-r--r-- 4.2 KB
kubernetes-upstream.Jenkinsfile -rw-r--r-- 4.2 KB

README.rst

back to top