Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update socket-dir #63

Open
Akrog opened this issue Jun 5, 2019 · 0 comments
Open

Update socket-dir #63

Akrog opened this issue Jun 5, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request upgrade
Milestone

Comments

@Akrog
Copy link
Member

Akrog commented Jun 5, 2019

Originally socket-dir for the pods had to be on /var/lib/kubelet/plugins/<driver-name>/csi.sock, as described in the documentation, but this is no longer the case. Now sidecars accept an argument with the address to use to connect to the CSI plugin, so we can use an emptyDir instead of a fixed path.

This will be required to be able to do rolling upgrades, as we'll have multiple instances of the plugin running simultaneous while we update/upgrade.

We should update the operator to use emptyDir when the sidecar containers allow it, to support rolling upgrades.

@Akrog Akrog added enhancement New feature or request upgrade labels Jun 5, 2019
@Akrog Akrog added this to the v1.0.0 milestone Jun 5, 2019
@kirankt kirankt self-assigned this Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upgrade
Projects
None yet
Development

No branches or pull requests

2 participants