heptio / aws-quickstart

AWS Kubernetes cluster via CloudFormation and kubeadm
Apache License 2.0
223 stars 134 forks source link

unable to provision EBS volume on quickstart cluster #217

Closed skriss closed 5 years ago

skriss commented 5 years ago

What steps did you take and what happened: [A clear and concise description of what the bug is.]

Spun up a cluster in us-west-2 using all the default values. Deployed a workload with a PVC. kubectl describe pvc... shows:

Failed to provision volume with StorageClass "gp2": Failed to get AWS Cloud Provider. GetCloudProvider returned <nil> instead

What did you expect to happen: Expected a PV to be dynamically provisioned.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

skriss commented 5 years ago

Ah, I see this is a dupe of #214. Trying master out...

skriss commented 5 years ago

master worked great. Closing this issue.