thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

examples: Update minio command to fix crash looping #257

Closed philipgough closed 2 years ago

philipgough commented 2 years ago

Running the existing example minio deployment causes the minio pod to crash loop.

I've updated the deployments command accordingly.

$ docker run --entrypoint=whereis minio/minio minio                                                                                   
minio: /opt/bin/minio.sha256sum /opt/bin/minio /opt/bin/minio.minisig

Changes

Verification