linkerd2/controller/proxy-injector
Oliver Gould 91c5f07650
proxy: Upgrade to identity-capable proxy (#2524)
The new proxy has changed its configuration as follows:

- `LISTENER` urls are now `LISTEN_ADDR` addresses;
- `CONTROL_URL` is now `DESTINATION_SVC_ADDR`;
- `*_NAMESPACE` vars are no longer needed;
- The `PROXY_ID` is now the `DESTINATION_CONTEXT`;
- The "metrics" port is now the "admin" port, since it serves more than
  just metrics;
- A readiness probe now checks a dedicated /ready endpoint eagerly.

Identity injection is **NOT** configured by this branch.
2019-03-19 14:20:39 -07:00
..
fake proxy: Upgrade to identity-capable proxy (#2524) 2019-03-19 14:20:39 -07:00
tmpl Update proxy injector webhook to pick up deployment UPDATE events (#2332) 2019-02-21 08:25:02 -08:00
server.go Remove `--tls=optional` and `linkerd-ca` (#2515) 2019-03-18 17:40:31 -07:00
server_test.go Remove `--tls=optional` and `linkerd-ca` (#2515) 2019-03-18 17:40:31 -07:00
webhook.go Remove `--tls=optional` and `linkerd-ca` (#2515) 2019-03-18 17:40:31 -07:00
webhook_config.go Recreate the MWC when the proxy injector is restarted (#2431) 2019-03-05 15:53:37 -08:00
webhook_config_test.go Recreate the MWC when the proxy injector is restarted (#2431) 2019-03-05 15:53:37 -08:00
webhook_test.go proxy: Upgrade to identity-capable proxy (#2524) 2019-03-19 14:20:39 -07:00