简体   繁体   English

发生了错误。 Websocket 错误:在 Linkerd 仪表板中未定义

[英]An error has occurred. Websocket error: undefined in Linkerd Dashboard

I have minikube running in AWS EC2 Instance, Meshed the application with linkerd, when i try to monitor the Live Calls throws An error has occurred.我在 AWS EC2 实例中运行了 minikube,使用 linkerd 对应用程序进行了网格化,当我尝试监控实时调用时抛出了一个错误。 Websocket error: undefined in the linkerd dashboard. Websocket 错误:在链接器仪表板中未定义

Note: I have exposed the linkerd dashboard by updating the config args for enforced-host in linkerd viz install注意:我通过在 linkerd viz install 中更新强制主机的配置参数来公开链接器仪表板

> - args:
>         ...
>         - -enforced-host=.*

在此处输入图像描述

It looks like my ingress by default doesn't support websockets.看起来我的入口默认不支持 websockets。 Want to get that configured or just use port forwarding.想要配置或只使用端口转发。 used port forwarding it worked as expected使用端口转发它按预期工作

Refer this https://github.com/linkerd/linkerd2/discussions/5264请参阅此https://github.com/linkerd/linkerd2/discussions/5264

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有 linkerd 和证书管理器的通量有颁发者错误 - flux with linkerd and cert manager has issuer error aks 中的 Service Mesh Linkerd 安装错误 - Installation error in Service mesh Linkerd in aks 链接器:设置失败应计时出现crashloopbackoff kubernetes pod错误 - linkerd: crashloopbackoff kubernetes pod error while setting failure accrual 在 aks 中安装服务网格 Linkerd 服务网格时出现安装错误 - Installation error while installing Service mesh Linkerd service mesh in aks 服务网格中的安装错误 aks 中的 Linkerd 服务网格 - Installation error in Service mesh Linkerd service mesh in aks 如何通过 Ingress 公开 Linkerd 仪表板 - How to expose Linkerd dashboard via Ingress “无法检索服务器 API 的完整列表:tap.linkerd.io/v1alpha1”在 GKE 中的私有集群上使用 Linkerd 时出错 - "unable to retrieve the complete list of server APIs: tap.linkerd.io/v1alpha1" error using Linkerd on private cluster in GKE Kube.netes 仪表板服务器上的错误(“未知”)阻止了请求成功 - Kubernetes Dashboard an error on the server ("unknown") has prevented the request from succeeding Minikube 启动错误:如何修复“不幸的是,发生了错误:等待条件超时”错误 - Minikube Start Error: How to fix "Unfortunately, an error has occurred: timed out waiting for the condition" error 运行 `linkerd upgrade --from-manifests` 时没有类型的“APIService”被注册错误 - no kind “APIService” is registered error when running `linkerd upgrade --from-manifests`
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM