-
Notifications
You must be signed in to change notification settings - Fork 22
Description
I'd like to deploy OpenStudio Server on a custom Kubernetes cluster. While attempting to set that up using the repo here, I realized the way the current app is written, it has logic throughout checking the provider.
The error I'm encountering is related to the creation of the storageclass, but I suspect there are probably other areas where a similar issue would arise were I to fix that one. The storageclass.yaml appears to check for the provider to configure the storage class, but since my cluster's name doesn't match for google, aws, or azure I get an error.
I'm setting up the cluster using Rancher, so I'm not sure how generalizable this issue is outside this approach. I had OpenStudio Server running in Docker Swarm which works fine, but it looks like a Kubernetes Cluster would provide more robustness even if it's a bit more complicated to get running.
I'm not sure if this is a full feature request, or if it's just a matter of altering a few of the helm's configuration files. Working with Kubernetes is pretty new to me, but I'm happy to make a fork to try setting up these changes myself, with some advice on what files would need updates.
Thanks for any help and guidance.