-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Flux OpenEBS-Mayastor storage integration #125
base: main
Are you sure you want to change the base?
Conversation
apiVersion: storage.k8s.io/v1 | ||
kind: StorageClass | ||
metadata: | ||
name: spectrum-pool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nahsi @gurinderu need to decide with the Storage Pool name here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, need to think about it.
Do we need storage pool for nvme, ssd and hdd disks separately?
If not I would just call it mayastore or something in case we will add some different storage tech after.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to these docs - we can create multiple pools that look to different disks.
We need to come up with standard names for every storage type (e.g. nvme-pool
, ssd-pool
, hdd-pool
)
@@ -4,3 +4,4 @@ resources: | |||
- ../../core/local-path-provisioner | |||
- ../../core/metrics-server | |||
- ../../core/kubelet-serving-cert-approver | |||
- ../../core/openebs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably a good idea to add a disk to ephemeral DO instance, install mayastore there and add that disk to mayastore.
Can be done in a separate PR I think.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
No description provided.