Skip to content

fix: csi-s3-provisioner cannot rebuild when node outage#184

Open
ooninoo wants to merge 2 commits intoyandex-cloud:masterfrom
ooninoo:master
Open

fix: csi-s3-provisioner cannot rebuild when node outage#184
ooninoo wants to merge 2 commits intoyandex-cloud:masterfrom
ooninoo:master

Conversation

@ooninoo
Copy link

@ooninoo ooninoo commented Dec 5, 2025

Change provisioner controller type from StatefulSet to Deployment,and then open leader-election。

The advantage of doing this is ,when host of provisioner was crash, provisioner can restart on other node.

@jwetzell
Copy link

jwetzell commented Jan 24, 2026

Probably should actually have replicas > 1 so that the provisioner is actually HA, would also be good to expose configuring that via Helm values.

@ooninoo
Copy link
Author

ooninoo commented Jan 26, 2026

Probably should actually have replicas > 1 so that the provisioner is actually HA, would also be good to expose configuring that via Helm values.

Yes, I changed to 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants