datainfrahq / druid-operator

Apache Druid On Kubernetes
Other
101 stars 42 forks source link

fix(eks deployment): Add expected volumeClaim to eks.yaml #149

Closed EandrewJones closed 9 months ago

EandrewJones commented 9 months ago

Fixes #147 .

Description

examples/aws/eks.yaml was missing volumeClaim and volume causing the deployment to fail. I added them. Additionally, I improved the "getting_started" documentation, pointing out the minio dependency for most of the examples and referencing the makefile for bootstrapping minio.


This PR has:


Key changed/added files in this PR
AdheipSingh commented 9 months ago

Thanks @EandrewJones.