NREL / openstudio-server-helm

Helm charts for Kubernetes deployment of OpenStudio Server.
Other
10 stars 10 forks source link

General cleanup to make copy/paste easier #43

Closed nllong closed 1 year ago

nllong commented 1 year ago

This PR does not introduce any code changes. Changes are only formatting related.

nllong commented 1 year ago

Also, this is still usting k8s 1.22--I don't think >1.22 will work due to the CSI updates with AWS.

tijcolem commented 1 year ago

Thanks @nllong. Yes, docs need to be updated to use a later version of k8s. Need to test.

tijcolem commented 1 year ago

@nllong Just FYI, made some updates to your notes. You are correct. The required EKS Add-On service for this to work with cluster version >= 1.23 is https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html. It's a few extra commands that I listed in the aws README.md so not too bad.

I tested this on a fresh 1.26 EKS cluster and all is good.