shinyproxy-operator
shinyproxy-operator copied to clipboard
Easily run ShinyProxy on a Kubernetes cluster
Hi, We are trying to set the proxy.nodeselector option as described here: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/#create-a-pod-that-gets-scheduled-to-your-chosen-node ``` proxy: nodeSelector: kubernetes.io/os: linux ``` But this doesn't seem to be working. I suspect this needs...
We are running ShinyProxy in unauthenticated mode with container-sharing and pre-initialization enabled. We’re looking for best practices or recommendations on two related issues: 1. Refreshing application pods on container image...
Hello, Thanks a lot for you great work with ShinyProxy and this Kubernetes Operator. The documentation of ShinyProxy says that it is possible to fill some configurations keys with environment...
Hi Everyone, We are trying to integrate ShinyProxy with OpenID. We have managed to authenticate and obtain an ID token, but we are facing issues with sending a correct userinfo...
Hi, I am attempting to run a couple apps in a public setting. So this mean't I needed to use "Container pre-initialization and sharing". Apps are setup to not shutdown,...