This message was deleted.
# rke2
a
This message was deleted.
s
I guess I would try with /run/k3s and and /var/lib/kubelet. If that does not help look through /var/lib as there are dirs like 'rancher', 'cni' etc. Are you sure that the ugly symantec does not scan network traffic?
p
Hi @silly-furniture-26564 Thanks for the suggestion.. I have already whitelisted the following directories:
Copy code
/etc/ceph \
       /etc/cni \
       /etc/kubernetes \
       /etc/rancher \
       /opt/cni \
       /opt/rke \
       /run/secrets/kubernetes.io \
       /run/calico \
       /run/flannel \
       /var/lib/calico \
       /var/lib/etcd \
       /var/lib/cni \
       /var/lib/kubelet \
       /var/lib/rancher\
       /var/log/containers \
       /var/log/kube-audit \
       /var/log/pods \
       /var/run/calico
But I'm still stuck with the same issue.
s
What about /run/k3s?
p
I have whitelisted the entire /run along with it's sub folders.
s
And you are sure that the thing does not also monitor network traffic in some way? Or plays around with iptables?
p
I'm not sure. I'll have to check on that. Bu I believe it does not monitor network traffic.
h
have you looked at lsof or strace output when the issue is occurring ?