shinyproxy-operator icon indicating copy to clipboard operation
shinyproxy-operator copied to clipboard

Easily run ShinyProxy on a Kubernetes cluster

Results 25 shinyproxy-operator issues
Sort by recently updated
recently updated
newest added

Hello, When implementing the ShinyProxy oprator we encountered a problem, even if I use the original unmodified version of shinyproxy it does not work if I put it in the...

https://github.com/openanalytics/shinyproxy-operator/blob/master/docs/deployment/bases/namespaced/operator/deployment.yaml#L12-L14 A deployment of type recreate isn't guaranteed to never run multiple instances at the same time. A statefulset does guarantee no two instances are run at once. You may...

I get this errors applying kustomize build . | kubectl apply -f - ``` unable to recognize "STDIN": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1" unable to recognize "STDIN":...

question

Hello, I am deploying shinyproxy and the latest version is not getting picked automatically even with successful deployment. There are no active web socket connections or child pods present. This...

The OLM (https://olm.operatorframework.io/) allows users to install operators easily. shinyproxy-operator could release a bundle that would allow for the easy installs: https://olm.operatorframework.io/docs/tasks/creating-operator-bundle/

It would be neat to be able to take application definitions out of the shinyproxy custom resource and have their configuration instead be deployed to kubernetes as custom resources themselves....

I have deployed ShinyProxy in my Kubernetes cluster using the official ShinyProxy Operator. I need to modify some of the ShinyProxy styles, such as the landing page and other resources....

question

While trying to deploy a fresh install of operator v2.1.0, I got issue trying to change the Redis Password I try to change the password from file [`overlays/1-namespaced/patches/redis.secret.yaml`](overlays/1-namespaced/patches/redis.secret.yaml) Here are...

question

Hi, is it possible to utilize favicons by specifying `proxy.favicon-path` in `shinyproxy.shinyproxy.yaml`? If so, how would this work and where would I need to copy the favicon.png file? The intent...

question

We are running in Azure using managed K8S. We've been running shinyproxy:3.0.2 + shinyproxy-operator:2.0.0 without issues. i've since tried upgrading by simply deploying into a new namespace using the sp-namespaced-apps...

question