shinyproxy-operator
shinyproxy-operator copied to clipboard
Possible locking issue?
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.