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 was archived by the owner on Jul 11, 2023. It is now read-only.
pkg/injector: Enable podIP proxying via meshconfig setting (#4701)
* pkg/injector: Enable podIP proxying via meshconfig setting
Fixes#4653. Allows customers to choose how their traffic gets proxied
Signed-off-by: Keith Mattix II <[email protected]>
* Fix linting and test errors
Signed-off-by: Keith Mattix II <[email protected]>
* Inject pod_ip into initcontainer
Signed-off-by: Keith Mattix II <[email protected]>
* Fix port in pod command
Signed-off-by: Keith Mattix II <[email protected]>
* Reduce leaky abstraction by not passing configurator to generateIPTables
Signed-off-by: Keith Mattix II <[email protected]>
* Use iptables -I to make the rules dynamic
Signed-off-by: Keith Mattix II <[email protected]>
* Fix array append
Signed-off-by: Keith Mattix II <[email protected]>
0 commit comments