We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前 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.
ktctl preview --expose local:remote
appProtocol
是否可以允许这样注入 port name 呢: ktctl preview --expose local:remote:name?
ktctl preview --expose local:remote:name
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前
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
?The text was updated successfully, but these errors were encountered: