pangeo-data / helm-chart

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

PV for Deploying Pangeo on the Cloud #72

Closed Boes-man closed 5 years ago

Boes-man commented 5 years ago

Hello, I am following the "Deploying Pangeo on the Cloud" guide. I have a lab Kube cluster on AWS (not AKE). So I started from "Step Three: Configure Kubernetes". All went well. Only edited the loadBalancerIP in jupyter_config.yaml, added github oauth to secret_config.yaml

kubectl --namespace=pangeo get pod NAME READY STATUS RESTARTS AGE hub-76dcc8c697-n7dp5 0/1 Pending 0 53m proxy-7746576cb7-rzd8n 1/1 Running 0 53m

pod has unbound immediate PersistentVolumeClaims no persistent volumes available for this claim and no storage class is set

Not sure whats required?

Thanks

jacobtomlinson commented 5 years ago

It sounds like your kubernetes cluster does not have volumes configured correctly. I expect you will have this issue with any pods which require volumes, not just Pangeo.

You cluster should be supplying volumes automatically using EBS on AWS. What method did you use to set up your cluster?

Boes-man commented 5 years ago

Hi Jacob, that is indeed the case, thanks.