Skip to content

Possible locking issue? #25

@kfox1111

Description

@kfox1111

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions