-
Notifications
You must be signed in to change notification settings - Fork 780
Open
Description
Right now sky doesn't support disk_size
or disk_tier
for kubernetes. I think a good way to support disk_size
in kubernetes would be to have a config field to map disk_tier
s to kubernetes StorageClass
.
ie:
kubernetes:
disk_tiers:
low:
storage_class_name: 'my-slow-sc'
access_mode: ReadWriteMany # optional
medium:
storage_class_name: 'a-better-sc'
high:
storage_class_name: 'way-better-sc'
ultra:
storage_class_name: 'super-fast-sc'
access_mode: ReadWriteOnce
Correct me if I'm wrong, but I assume best
just picks the best of the above tiers.
I imagine you could also configure this per context for heterogeneous clusters.
Metadata
Metadata
Assignees
Labels
No labels