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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
What you expected to happen?
Only traffic with source IP in the specified IPBlock could be forwarded to the Pod.
What happened?
All traffic to the Pod is forwarded.
How to reproduce it?
kubectl run nginx --image=nginx:alpine --port=80
andkubectl expose deploy nginx --port=80 --type=NodePort
Anything else we need to know?
After checked the code, I believe it is a bug in
npc/analyser.go
. The 3rd third argument of newRuleSpec should be srcRuleHost rather than srcSelector.weave/npc/analyser.go
Line 109 in b05c5f6
Versions:
Network:
The text was updated successfully, but these errors were encountered: