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:
[x] been tested on a real K8S cluster to ensure creation of a brand new Druid cluster works.
[x] been tested for backward compatibility on a real K*S cluster by applying the changes introduced here on an existing Druid cluster. If there are any backward incompatible changes then they have been noted in the PR description.
[ ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
[ ] added documentation for new or modified features or behaviors.
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
examples/aws/eks.yaml
docs/getting_started.md