linkerd2/controller/api/destination/watcher
Tarun Pothulapati 5c1a375a51
destination: pass opaque-ports through cmd flag (#5829)
* destination: pass opaque-ports through cmd flag

Fixes #5817

Currently, Default opaque ports are stored at two places i.e
`Values.yaml` and also at `opaqueports/defaults.go`. As these
ports are used only in destination, We can instead pass these
values as a cmd flag for destination component from Values.yaml
and remove defaultPorts in `defaults.go`.

This means that users if they override `Values.yaml`'s opauePorts
field, That change is propogated both for injection and also
discovery like expected.

Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2021-03-01 16:00:20 +05:30
..
endpoints_watcher.go Remove namespace inheritance of opaque ports annotation (#5739) 2021-02-15 10:21:20 -05:00
endpoints_watcher_test.go Revert "Rename multicluster annotation prefix and move when possible (#5771)" (#5813) 2021-02-24 12:54:52 -05:00
ip_watcher.go Ignore pods with status.phase=Succeeded when watching IP addresses (#5412) 2021-01-12 12:25:37 -05:00
ip_watcher_test.go Add endpoint to GetProfile response (#5227) 2020-11-18 15:41:25 -05:00
k8s.go Return invalid argument for external name services (#3120) 2019-07-29 16:31:22 -07:00
opaque_ports_watcher.go destination: pass opaque-ports through cmd flag (#5829) 2021-03-01 16:00:20 +05:30
opaque_ports_watcher_test.go destination: pass opaque-ports through cmd flag (#5829) 2021-03-01 16:00:20 +05:30
profile_watcher.go Ensure we get the correct type out of Informer Deletion events (#4034) 2020-02-15 10:15:24 +02:00
profile_watcher_test.go Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
prometheus.go Add support for stateful sets (#3113) 2019-07-24 14:09:46 -07:00
test_util.go Ensure we get the correct type out of Informer Deletion events (#4034) 2020-02-15 10:15:24 +02:00
traffic_split_watcher.go Upgrade to client-go 0.17.4 and smi-sdk-go 0.3.0 (#4221) 2020-04-01 10:07:23 -07:00
traffic_split_watcher_test.go Upgrade to client-go 0.17.4 and smi-sdk-go 0.3.0 (#4221) 2020-04-01 10:07:23 -07:00