You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new thanos version (0.9.0) changes the flag in the bucket component (thanos bucket web) from --listen to --http-address. Trying to release the new version with the latest thanos chart will result in the pod failing with this error:
Error parsing commandline arguments: unknown long flag '--listen'
thanos: error: unknown long flag '--listen'
Steps to reproduce the issue:
Release thanos 0.9.0 web component with the latest helm chart here.
Expected behavior
Pod should be running.
Additional context
You can test the flags here:
docker run -it --name test --rm --entrypoint thanos quay.io/thanos/thanos:v0.8.1 bucket web --help
and
docker run -it --name test --rm --entrypoint thanos quay.io/thanos/thanos:v0.9.0 bucket web --help
The text was updated successfully, but these errors were encountered:
jecnua
changed the title
Releasing thanos bucket web 0.9.0 fails for change in flag name
[chart/thanos] Releasing thanos bucket web 0.9.0 fails for change in flag name
Dec 4, 2019
Looks like was fixed here e5e72de 9 days ago. I found it by chance however while checking what to change after fork. -.- @MyMirelHub in case you still need this too should be there in the last version.
Describe the bug
The new thanos version (0.9.0) changes the flag in the bucket component (thanos bucket web) from --listen to --http-address. Trying to release the new version with the latest thanos chart will result in the pod failing with this error:
Steps to reproduce the issue:
Release thanos 0.9.0 web component with the latest helm chart here.
Expected behavior
Pod should be running.
Additional context
You can test the flags here:
docker run -it --name test --rm --entrypoint thanos quay.io/thanos/thanos:v0.8.1 bucket web --help
and
docker run -it --name test --rm --entrypoint thanos quay.io/thanos/thanos:v0.9.0 bucket web --help
The text was updated successfully, but these errors were encountered: