-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
kind/bugThis is a bug in the Cilium logic.This is a bug in the Cilium logic.
Description
While running the k8s e2e suite against the latest cilium master, I've noticed quite a few warning messages saying that "service not found" which happens when cilium-agent's k8s watcher tries to delete a svc, but pkg/service manager is not aware of it. E.g.:
level=warning msg="service not found" k8sNamespace=performancedns-5094 k8sSvcName=svc-4473 obj="192.29.108.43:80" subsys=k8s-watcher
level=warning msg="service not found" k8sNamespace=performancedns-5094 k8sSvcName=svc-4475 obj="192.29.202.113:80" subsys=k8s-watcher
level=warning msg="service not found" k8sNamespace=performancedns-5094 k8sSvcName=svc-4477 obj="192.29.111.180:80" subsys=k8s-watcher
This could explain why we used to see warnings in v1.6 for a svc not found.
Metadata
Metadata
Assignees
Labels
kind/bugThis is a bug in the Cilium logic.This is a bug in the Cilium logic.