You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, @lucming The tc + cgroup is used for container using host network mode, which we could use net_cls.classid to mark offline traffic. and the tc + ipset is used for not using host network mode, such as floating IP, then we could use ipset to mark for batch of offline containers.
hi, I found that the netqos implementation creates two types of tc filters, tc+cgroup and tc+ipset, so which one worked in the end
The text was updated successfully, but these errors were encountered: