openanalytics / shinyproxy-operator

Easily run ShinyProxy on a Kubernetes cluster
https://shinyproxy.io
Apache License 2.0
36 stars 9 forks source link

Some Application not able to start up properly #47

Closed ziyunxiao closed 3 months ago

ziyunxiao commented 3 months ago

Hello,

I am using shinyproxy operator on GKE cluster. The version is 2.0.0.

I reached the status that I have some apps (example app) working. However, I have an application that works in the docker swarm cluster but does not work on this GKE cluster.

Here are the logs from the Shinyprox-operator pod

92de-5d8e24b3bfa1 specId=shiny_admin_dashboard] Container unresponsive, trying again (18/20): http://10.65.144.219:3838
2024-04-05 20:05:40.606  WARN 1 --- [pool-3-thread-6] e.o.shinyproxy.ShinyProxyTestStrategy    : [user=robin.song@edmonton.ca proxyId=4b60f433-64c7-4188-92de-5d8e24b3bfa1 specId=shiny_admin_dashboard] Container unresponsive, trying again (19/20): http://10.65.144.219:3838
2024-04-05 20:05:40.680  WARN 1 --- [pool-3-thread-6] e.o.containerproxy.service.ProxyService  : [user=xxxxxx proxyId=4b60f433-64c7-4188-92de-5d8e24b3bfa1 specId=shiny_admin_dashboard] Container did not respond in time

The logs from the application pod show the application starts properly.

The browser shows the following image

Could someone please show me how to troubleshoot this error?

Thanks,

Robin

ziyunxiao commented 3 months ago

found the settings containerWaitTime. In operator the parameters follows Camelcase other than Snakecase.