skyleaworlder opened a new issue, #14:
URL: https://github.com/apache/shenyu-helm-chart/issues/14

   I use as:
   
   ```shell
   # tag: shenyu-0.2.0
   git clone https://github.com/apache/shenyu-helm-chart
   cd charts/shenyu
   helm dependency build
   helm install shenyu .
   ```
   
   and shenyu-bootstrap reports:
   
   ```shell
   2022-09-24 09:43:31 [WebSocketConnectReadThread-31] ERROR 
org.apache.shenyu.plugin.sync.data.websocket.client.ShenyuWebsocketClient - 
websocket server[ws://shenyu-admin.shenyu.svc.cluster.local:9095/websocket] is 
error.....
   java.net.ConnectException: Connection refused (Connection refused)
           at java.net.PlainSocketImpl.socketConnect(Native Method)
           at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
           at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
           at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
           at java.net.Socket.connect(Socket.java:589)
           at 
org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:461)
           at java.lang.Thread.run(Thread.java:748)
   ```
   
   I want to know if I make some mistakes to cause this...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to