pangeo-data / helm-chart

Pangeo helm charts
https://pangeo-data.github.io/helm-chart/
21 stars 26 forks source link

Test/minikube #97

Closed jhamman closed 4 years ago

jhamman commented 4 years ago

closes #81

This is the start of an effort to increase the level of testing in this chart.

jhamman commented 4 years ago

I'm getting pretty close to getting this working. Currently failing on install:

...
Release "testhub" does not exist. Installing it now.
Error: unable to recognize "": no matches for kind "PriorityClass" in version "scheduling.k8s.io/v1beta1"
Exited with code 1

I'm wondering if @yuvipanda or @tjcrone have ideas here.

tjcrone commented 4 years ago

Sorry I have not seen this one so I'm probably not much help here but I would be happy to help troubleshoot as more information comes in. Obviously this is some sort of problem with the helm chart rollup but you probably already know that. A --dry-run --debug install/upgrade can be helpful when it is not clear what is causing the problem.

jhamman commented 4 years ago

All green here. I'm going to merge this now and open an issue for further integration test development.