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

Possible locking issue?

Open kfox1111 opened this issue 3 years ago • 0 comments

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 want to consider switching to a statefulset instead if this really is a requirement.

kfox1111 avatar Dec 06 '21 20:12 kfox1111