mirror of https://github.com/linkerd/linkerd2.git
Currently, For legacy upgrades we are fetching even external certs and using it for upgrades which contradicts the condition at https://github.com/linkerd/linkerd2/blob/master/cli/cmd/options.go#L550 used with install and thus causing errors. Instead we don't retrieve them with upgrades and hence they don't get stored into the config and secrets which seems correct as we do not want to store certs in the config and use them with upgrades when they are created externally. This touches only the upgrade path i.e `fetchIssuers` and would not effect the retrievel of external certs for checks, etc. Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com> |
||
---|---|---|
.. | ||
cmd | ||
flag | ||
installsp | ||
table | ||
Dockerfile-bin | ||
main.go |