I installed Cilium CNI (1.13.4) chained with VPC-CNI on an EKS cluster recently. This cluster is running pods already, so I need to restart all existing pods to have them managed by Cilium. When looking at the helm chart values it seems like there is a watcher in the operator that automatically can restart unmanaged pods. This however does not seem to work for me, I cannot find anything in the logs of the operator regarding this watcher.
Anyone have any ideas how to troubleshoot and get it working?