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

[incubator/monochart] Add support for volume snapshots #181

Open
osterman opened this issue Dec 11, 2018 · 3 comments
Open

[incubator/monochart] Add support for volume snapshots #181

osterman opened this issue Dec 11, 2018 · 3 comments
Assignees

Comments

@osterman
Copy link
Member

osterman commented Dec 11, 2018

what

  • Be able to restore an EBS Snapshot ID to EBS Volume used by a StatefulSet
  • I think we need to add support for some CRDs

why

  • To support snapshotting

references

@alebabai
Copy link
Contributor

alebabai commented Dec 12, 2018

@osterman about snapshots.
Are you really sure to do in monochart scope?
Snapshot controller & provisioner should have a new deployment - maybe it's better to move it to he new chart and use use it here for example.
https://github.com/kubernetes-incubator/external-storage/tree/master/snapshot/deploy/kubernetes/aws
But i can't clearly imagine how to use snapshots using monochart workflow. It's more about manual steps.

@alebabai
Copy link
Contributor

@osterman
So after some re-search in this area I made the following conclusions:

@alebabai
Copy link
Contributor

@osterman hereis good article about how to restore volume from existing EBS Snapshot and attach it to SS, but there is a problem that i already described - it works only for replicaCount = 1
https://medium.com/@joatmon08/kubernetes-statefulset-recovery-from-aws-snapshots-8a6159cda6f1

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

No branches or pull requests

2 participants