kt-connect icon indicating copy to clipboard operation
kt-connect copied to clipboard

preview 时允许指定 port name

Open acrazing opened this issue 2 years ago • 0 comments

目前 ktctl preview --expose local:remote 无法指定 service 的 port name, istio 无法识别协议, 导致注入失败. 因为 istio 依赖于 service port 中的 name 前缀来探测服务提供的协议: https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#explicit-protocol-selection. 或者是 appProtocol.

是否可以允许这样注入 port name 呢: ktctl preview --expose local:remote:name?

acrazing avatar Sep 28 '23 09:09 acrazing