Ondřej Molík
Ondřej Molík
> You're welcome to suggest edits to the readme to make the instructions more discoverable. > > As for the split between npm and docker-compose: running npm within Docker _for...
> Can confirm this. The chipset of my device is RTL8188EU and i'm using [this](https://github.com/aircrack-ng/rtl8188eus) driver to get monitor mode and frame injection. In my case, the error is: >...
@mumoshu Is there any plan to fix this? It seems like pretty major issue to me. Thanks
+1 Dockerfile would make it much better.
It is supported already, you just need to set `healthcheck.enabled = false`.
Based on https://github.com/k3s-io/k3s/discussions/8763
> The iptables rule that logs packets should be the right before the reject rule, and match the same mark. Ref: https://github.com/k3s-io/kube-router/blob/364f994b140b/pkg/controllers/netpol/policy.go#L509 > > For example: > > ``` >...
The main issue is not that the logged packets are passing, but that the packets are logged even-though they are allowed by a NetworkPolicy. The conformation of the logged packets...
I investigated further and found the following: - It still happens on `v1.29`. - Only certain networkpolicies are affected (out of 44 present only 8 are logging unexpected stuff, still...
> > @ondrejmo > > I can confirm, that the packets are only logged as blocked, while they are actually allowed. > > How can you confirm this? Using packet...