-
Notifications
You must be signed in to change notification settings - Fork 62
Nexus data directory already in use: /nexus-data #43
Comments
@jeff-knurek @TAvardit as the Helm experts in the house, can you please help? |
@alexandrst88 - The problem is caused by having a rollingUpdate strategy with default settings (MaxSurge 25% maxUnavailable 25%) , one replica and PV. An ability to change these settings was added to chart version
|
The chart has no option to set MaxSurge/maxUnavailable. So this is still an issue. |
Update: My fault, is is possible to set it. The correct value is:
Edit: maybe this should be the default to make the chart work? |
Actually, if no strategy was specified the default strategy is |
Yes. The default is maxSurge: 25%, maxUnavailable: 25%. So with 1 replicas, nexus is first started and then stopped leading to this issue. |
Yes, I didn't want to change the default |
When upgrade chart via helm, the new pod is stuck, with RollingUpdate strategy due to
The text was updated successfully, but these errors were encountered: