linkerd2/controller/proxy-injector
Dennis Adjei-Baah 9dd6524467
Bump proxy init version to v1.3.12 (#6141)
* Skip configuring firewall if rules exists

This change fixes an issue where the `proxy-init` will fail if
`PROXY_INIT_*` chains already exist in the pod's iptables. This then
causes the pod to never start because proxy-init never finishes running
with a non-zero exit code.

In this change, we capture the output of the `iptables-save` command and
then check to see if the output contains the `PROXY_INIT_*` chains. If
they do, exist and log a warning stating that the chains already
exist.

Fixes #5786

Signed-off-by: Dennis Adjei-Baah <dennis@buoyant.io>
2021-05-19 17:20:48 -07:00
..
fake Bump proxy init version to v1.3.12 (#6141) 2021-05-19 17:20:48 -07:00
metrics.go Update Injection to use new linkerd-config.values (#5036) 2020-10-07 09:54:34 -07:00
webhook.go Add ns annotation inheritance to pods (#6002) (#6002) 2021-04-20 22:25:02 -04:00
webhook_test.go Add ns annotation inheritance to pods (#6002) (#6002) 2021-04-20 22:25:02 -04:00