linkerd2/pkg/charts
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
..
cni Removed "do-not-edit" entries from values.yaml files (#5758) 2021-02-19 09:17:45 -05:00
linkerd2 Schedule heartbeat 10 mins after install (#5973) 2021-03-31 07:49:36 -05:00
static extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00
charts.go Removed "do-not-edit" entries from values.yaml files (#5758) 2021-02-19 09:17:45 -05:00
charts_test.go Add unit test for pkg/charts/charts.go (#5565) 2021-01-20 09:55:01 -05:00