Revision b34f99c902188130188ddbc6c406c13c94c2824e authored by Jarno Rajahalme on 02 October 2020, 16:00:50 UTC, committed by Joe Stringer on 02 October 2020, 21:46:34 UTC
CEP GC used to delete CEPs whenever a Pod resource with the same name
no longer exists. Change this to inspect the OwnerReferences of the
CEP resource, and keep the existing behavior if CEP is owned by a
Pod. If the CEP is owned by a CiliumNode, then check the existence of
that instead.

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
1 parent 8a5bc17
History
File Mode Size
cmd
.gitignore -rw-r--r-- 38 bytes
Makefile -rw-r--r-- 448 bytes
main.go -rw-r--r-- 785 bytes

back to top