Commits

gitlawr committed dd0ab35d1e9
Set maxUnavailable to 1 for registry deployment Problem: Registry pod stuck in AttchVolumeFailed status on upgrade. Deadlock happens where the new pod waits the old pod to dettach the volume, and the old one waits for the new one to be ready. Solution: Set maxUnavailable to 1, so that the old pod can be released before the new pod is ready.