linkerd2/controller/api/destination
Zahari Dichev 2db307ee91
Remove target port requirement in port resolution (#4174)
This change removes the target port requirement when resolving ports in the dst service. Based on the comments, it seems that we need to have a target port defined in the port spec in order to resolve to the port in the Endpoints. In reality if target port is note defined when creating the service, k8s will set the port and the target port to the same value. Seems to me that checking for the targetPort to be different than 0, is a no-op.

Signed-off-by: Zahari Dichev zaharidichev@gmail.com
2020-03-16 23:04:08 +02:00
..
watcher Remove target port requirement in port resolution (#4174) 2020-03-16 23:04:08 +02:00
client.go Trace Control plane Components with OC (#3495) 2019-10-18 12:19:13 -07:00
endpoint_translator.go Enable identitiy on endpoints not associated with pods (#4134) 2020-03-09 20:55:57 +02:00
endpoint_translator_test.go Enable identitiy on endpoints not associated with pods (#4134) 2020-03-09 20:55:57 +02:00
fallback_profile_listener.go Update ServiceProfile CRD to version v1alpha2 and remove validation (#3078) 2019-07-23 11:46:31 -07:00
fallback_profile_listener_test.go Update ServiceProfile CRD to version v1alpha2 and remove validation (#3078) 2019-07-23 11:46:31 -07:00
profile_translator.go Update ServiceProfile CRD to version v1alpha2 and remove validation (#3078) 2019-07-23 11:46:31 -07:00
profile_translator_test.go Use `t.Name()` instead of `t.Name` in tests (#3970) 2020-01-27 09:17:19 -05:00
server.go Support pod ip and service cluster ip lookups in the destination service (#3595) 2019-12-19 09:25:12 -08:00
server_test.go Service Mirroring Component (#4028) 2020-03-02 21:16:08 +02:00
traffic_split_adaptor.go Allow custom cluster domains in remaining backends (#3278) 2019-08-27 10:01:36 -07:00
traffic_split_adaptor_test.go Allow custom cluster domains in remaining backends (#3278) 2019-08-27 10:01:36 -07:00