mirror of https://github.com/linkerd/linkerd2.git
* Remove dependency of linkerd-config for most control plane components This PR removes the dependency of `linkerd-config` into control plane components by making all that information passed through CLI flags. As most of these components require a couple of flags, passing them as flags could be more helpful, as updations to the flags trigger a rollout unlike a configMap update. This does not update the proxy-injector as it needs a lot more data and mounting `linkerd-config` is better. |
||
---|---|---|
.. | ||
destination | ||
heartbeat | ||
identity | ||
proxy-injector | ||
public-api | ||
service-mirror | ||
sp-validator | ||
tap | ||
main.go |