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
It was noticed on Istio 1.18 that the init-container, which configures the IP table rules, fails to start in gVisor. After examining the rules one-by-one, the following rule fails to validate in gVisor:
Description
It was noticed on Istio 1.18 that the init-container, which configures the IP table rules, fails to start in gVisor. After examining the rules one-by-one, the following rule fails to validate in gVisor:
This rule can be reduced further to determine that the
! --dport
flag causes issues:Fails with the following error message:
However, removing the
!
allows the rule to create:Steps to reproduce
No response
runsc version
No response
docker version (if using docker)
No response
uname
No response
kubectl (if using Kubernetes)
No response
repo state (if built from source)
No response
runsc debug logs (if available)
No response
The text was updated successfully, but these errors were encountered: