-
Notifications
You must be signed in to change notification settings - Fork 99
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
Why does openebs-lvm-controller use StatefulSet ? #196
Labels
question
Further information is requested
Comments
I remember a discussion where this decision was made. But I just cannot recall the reason at the moment. @pawanpraka1 @akhilerm @shubham14bajpai @kmova -- is there a reason for this decision? |
Vote for Deployment. |
evgkrsk
added a commit
to evgkrsk/lvm-localpv
that referenced
this issue
Sep 22, 2023
evgkrsk
added a commit
to evgkrsk/lvm-localpv
that referenced
this issue
Sep 22, 2023
) Signed-off-by: Evgenii Tereshkov <[email protected]>
7 tasks
evgkrsk
added a commit
to evgkrsk/lvm-localpv
that referenced
this issue
Sep 22, 2023
) Signed-off-by: Evgenii Tereshkov <[email protected]>
niladrih
pushed a commit
to niladrih/lvm-localpv
that referenced
this issue
Mar 18, 2024
) Signed-off-by: Evgenii Tereshkov <[email protected]> Signed-off-by: Niladri Halder <[email protected]>
niladrih
pushed a commit
to niladrih/lvm-localpv
that referenced
this issue
Mar 19, 2024
) Signed-off-by: Evgenii Tereshkov <[email protected]> Signed-off-by: Niladri Halder <[email protected]>
niladrih
pushed a commit
to niladrih/lvm-localpv
that referenced
this issue
Mar 19, 2024
) Signed-off-by: Evgenii Tereshkov <[email protected]> Signed-off-by: Niladri Halder <[email protected]>
niladrih
added a commit
that referenced
this issue
Mar 21, 2024
* ci: update GitHub Actions workflows Signed-off-by: Niladri Halder <[email protected]> * refactor(charts): move CRDs to a subchart Signed-off-by: Niladri Halder <[email protected]> * remove useless crd.enableInstall variable Signed-off-by: Jeffrey Zhang <[email protected]> Signed-off-by: Niladri Halder <[email protected]> * revert(charts): remove stale crd.volumeSnashots option Signed-off-by: Niladri Halder <[email protected]> * feat(charts): disable hostNetwork on node plugin Signed-off-by: Abhinandan Purkait <[email protected]> Signed-off-by: Niladri Halder <[email protected]> * Change lvm-controller's Kind from StatefulSet to Deployment (#196) Signed-off-by: Evgenii Tereshkov <[email protected]> Signed-off-by: Niladri Halder <[email protected]> * Fix PR number in changelogs Signed-off-by: Evgenii Tereshkov <[email protected]> Signed-off-by: Niladri Halder <[email protected]> * refactor(charts): simplify CRD helm chart values Signed-off-by: Niladri Halder <[email protected]> * doc: replace sts for deploy in chart README.md Signed-off-by: Niladri Halder <[email protected]> --------- Signed-off-by: Niladri Halder <[email protected]> Signed-off-by: Jeffrey Zhang <[email protected]> Signed-off-by: Abhinandan Purkait <[email protected]> Signed-off-by: Evgenii Tereshkov <[email protected]> Co-authored-by: Jeffrey Zhang <[email protected]> Co-authored-by: Abhinandan Purkait <[email protected]> Co-authored-by: Evgenii Tereshkov <[email protected]>
This was fixed in v1.5.0 and is a part of OpenEBS 4.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the node where openebs-lvm-controller is located goes down, the pod of lvm-controller will always be in terminating and will not be automatically started on other nodes.
So I wonder why does openebs-lvm-controller use StatefulSet ?
Are there any special considerations?
The text was updated successfully, but these errors were encountered: