Skip to content

Ability to deploy helm chart on other providers #57

@GFlechas

Description

@GFlechas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions