-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM version of loki plugin not working anymore #15318
Comments
This was fixed in #9247, but that did not make it into our release branch for 3.3.x. I've backported it in, so hopefully this is fixed with the 3.3.2 patch. |
thanks @trevorwhitney we'll wait for that release: check manually, then put into production, and return our feed here |
So, fixing this for An |
sorry to hear it's not that easy :( @trevorwhitney difficulties are not clear to me, but it's my lack of knownledge on this. What I can tell you is that I did not even know the difference between arm and arm64: now I realize the title of this issues is not correct, since our need, indeed, is for the Our context is Docker Swarm (several) running in AWS Ec2. We are migrating our Swarm nodes from
to
We are almost there: with great benefits in terms of cpu efficency even if we moved there with the aim to have a lower AWS bill. All our docker nodes need (and badly), loki :) We cannot imagine working without it. |
ok, the |
Describe the bug
We've been using the ARM version of the Docker loki plugin, but it does not work anymore
To Reproduce
Steps to reproduce the behavior:
sudo docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions
and I getwhile if I use dev image created by @tucksaun as in #9247 (comment)
it works
Expected behavior
We use cloud-init to create our docker swarm nodes, so nothing changed on our side:
so we would expect the above docker plugin install command would work
Environment:
Screenshots, Promtail config, or terminal output
If applicable, add any output to help explain your problem.
The text was updated successfully, but these errors were encountered: