You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we set replicas: 1 in the Dragonfly Custom Resource, it turns out that the pod is lacking the role: master label.
As a workaround, we can explicitly set that label in the CR spec, but the service selector should not require role: master label being present when replicas == 1.