Skip to content

Commit bfafa5e

Browse files
committed
examples: Update minio command to fix crash looping
1 parent 33ac381 commit bfafa5e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This project is intended to be used as a library (i.e. the intent is not for you
2323
Though for a quickstart a compiled version of the Kubernetes [manifests](manifests) generated with this library (specifically with `example.jsonnet`) is checked into this repository in order to try the content out quickly. To try out the stack un-customized run:
2424
* Simply create the stack:
2525
```shell
26+
$ kubectl create ns thanos
2627
$ kubectl create -f manifests/
2728
```
2829

examples/development-minio/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
command:
2020
- /bin/sh
2121
- -c
22-
- "mkdir -p /storage/thanos && /usr/bin/minio server /storage"
22+
- "mkdir -p /storage/thanos && /opt/bin/minio server /storage"
2323
env:
2424
- name: MINIO_ACCESS_KEY
2525
value: "minio"

0 commit comments

Comments
 (0)