openanalytics/shinyproxy-operator

Deployment error

Opened this issue · 5 comments

Hello - Was trying to deploy the operator on my ubuntu test machine (20.04.4). Have tried this on two test machine, but the pods were not running even after a long time. (screenshot attached).

shiny

If you are running a Kubernetes >= v1.22 this may be related to my issue #30. I see the skipper ingress is also not ready which happened to my setup as well.

Did you check the pod logs for errors?

Hi - I was able to deploy the operator after a fresh install on Ubuntu 18.4 .

Request the moderator to edit the " kustomize build . | k apply -f - " to " kustomize build . | kubectl apply -f - " as the previous one isn't working.

Hello - Have tried again on another test PC and getting this error. Not allowing me to sign-in
Capture

Hi

I changed the documentation to always use the full kubectl command.
Regarding the issue you are having with login, this is happening when the CSRF security is not working. Can you check that cookies are working for you? Make sure to disable secure cookies in ShinyProxy when you are not accessing shinyproxy over https (see: https://shinyproxy.io/documentation/configuration/#security it should be disabled by default ).

Hi,

Thanks for the reply.

I was able to short out this problem. Now stuck with another issue. I am making the changes to the yaml file ""shinyproxy-operator/docs/deployment/overlays/1-namespaced-hpa/shinyproxy/shinyproxy.yaml"" But not able to see any changes on the home page. It is still showing the default one. ( after running the kubectl apply -f shinyproxy.yaml, I am getting the success message "shinyproxy configured". )

Even have made changes on other locations, but no changes on the home page. Even after clearing the cache or even on the incognito mode.

Thanks
Alok