linkerd2/controller/cmd
Tarun Pothulapati 5e774aaf05
Remove dependency of linkerd-config for control plane components (#4915)
* 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.
2020-10-06 22:19:18 +05:30
..
destination Remove dependency of linkerd-config for control plane components (#4915) 2020-10-06 22:19:18 +05:30
heartbeat Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00
identity Remove dependency of linkerd-config for control plane components (#4915) 2020-10-06 22:19:18 +05:30
proxy-injector Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00
public-api Remove dependency of linkerd-config for control plane components (#4915) 2020-10-06 22:19:18 +05:30
service-mirror Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00
sp-validator Bump k8s client-go to v0.19.2 (#5002) 2020-09-28 12:45:18 -05:00
tap Remove dependency of linkerd-config for control plane components (#4915) 2020-10-06 22:19:18 +05:30
main.go Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00