chaos-mesh / chaosd

A Chaos Engineering toolkit.
Apache License 2.0
132 stars 63 forks source link

无法使用 Dashboard 方式创建物理机故障 #251

Closed 326374848 closed 10 months ago

326374848 commented 10 months ago

chaos-mesh:v2.6.1 chaosd:v1.2.0 在Dashboard创建物理机实验后,chaosd服务端无故障注入进程产生 Failed to apply chaos: : a secure url should begin with https rather than http

326374848 commented 10 months ago

解决方案:https://github.com/chaos-mesh/chaos-mesh/issues/3095

在helm install时增加参数:设置controllerManager.chaosdSecurityMode=false来关闭TLS, helm install chaos-mesh chaos-mesh-2.6.1/helm/chaos-mesh -n=chaos-mesh --set dashboard.securityMode=false --set images.registry=mirrors.sangfor.com --set controllerManager.chaosdSecurityMode=false --set dashboard.service.nodePort=30080 增加参数后可成功注入物理机故障