linkerd2/controller
Alejandro Pedraza 61f443ad05
Schedule heartbeat 10 mins after install (#5973)
* Schedule heartbeat 10 mins after install

... for the Helm installation method, thus aligning it with the CLI
installation method, to reduce the midnight peak on the receiving end.

The logic added into the chart is now reused by the CLI as well.

Also, set `concurrencyPolicy=Replace` so that when a job fails and it's
retried, the retries get canceled when the next scheduled job is triggered.

Finally, the go client only failed when the connection failed;
successful connections with a non 200 response status were considered
successful and thus the job wasn't retried. Fixed that as well.
2021-03-31 07:49:36 -05:00
..
api Ignore pods in "Terminating" when watching IP addresses. (#5940) 2021-03-24 18:21:42 +05:30
cmd destination: pass opaque-ports through cmd flag (#5829) 2021-03-01 16:00:20 +05:30
gen Simplify SelfCheck API (#5665) 2021-02-05 10:13:45 -05:00
heartbeat Schedule heartbeat 10 mins after install (#5973) 2021-03-31 07:49:36 -05:00
identity Have webhooks refresh their certs automatically (#5282) 2020-12-04 16:25:59 -05:00
k8s Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00
proxy-injector Add opaque ports namespace inheritance to pods (#5941) 2021-03-29 19:41:15 -04:00
script/destination-client Print identity in destination client and fix proxy-identity log line (#4873) 2020-08-13 13:49:55 -07:00
sp-validator Fix sp-validator not setting requestUID (#5866) 2021-03-04 09:57:57 -08:00
webhook viz: add tap-injector (#5540) 2021-01-21 11:24:08 -05:00
Dockerfile update go.mod and docker images to go 1.16.2 (#5890) 2021-03-15 11:20:16 -05:00