-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
area/agentCilium agent related.Cilium agent related.kind/bugThis is a bug in the Cilium logic.This is a bug in the Cilium logic.kind/regressionThis functionality worked fine before, but was broken in a newer release of Cilium.This functionality worked fine before, but was broken in a newer release of Cilium.
Description
- Install Cilium
- Check
kubectl logs -n kube-system ds/cilium | grep endpointsynchronizer
and the result is empty. The logs should contain at least one message similar to:
level=debug msg="Skipping CiliumEndpoint update because it has no k8s cep name" containerID= containerInterface= controller="sync-to-k8s-ciliumendpoint (3394)" datapathPolicyRevision=1 desiredPolicyRevision=1 endpointID=3394 identity=4 ipv4=10.244.0.118 ipv6= k8sPodName=/ subsys=endpointsynchronizer
Did a bisect which resulted on 52c06e1 to be the first bad commit.
/cc @learnitall
Metadata
Metadata
Assignees
Labels
area/agentCilium agent related.Cilium agent related.kind/bugThis is a bug in the Cilium logic.This is a bug in the Cilium logic.kind/regressionThis functionality worked fine before, but was broken in a newer release of Cilium.This functionality worked fine before, but was broken in a newer release of Cilium.