-
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 Support for promtail and Loki #653
Comments
Okay, in theory Nevertheless you can build development binaries for your platform yourself:
Now you have |
If you have multi arch cluster how do you deploy for example daemon set of promtail ? You are deploying two and in case of arch is amd you use amd image and in case of arm you deploy arm image ? |
Currently, this is probably impossible with a single DS. However, once we implemented Image Manifest v2, the docker daemon automatically picks the right version for the OS. Until that you need two. |
@Kuqd Duplicate of #67 |
@sh0rez what is the obstacle to using Image Manifest v2? Is that an internal dependency, or an external one? |
@vielmetti there is no real obstacle, the required code is just not finished yet. Our current Dockerfile is not cross-platform and the new one is not merged yet (See #668) Once this is done, I can add manifest v2 support to the CI and cross-platform functionality is provided. Stay tuned! |
Thanks @sh0rez - that clarifies things. (I know that in the past some registries did not support manifest v2, e.g. Quay.io, wanted to distinguish between things within the project and external to it.) |
Hello everyone! From now on, it is sufficient to just pull the docker image on the desired architecture and it should be the right one. Currently supported are |
Gr8 work, keep it up !!
czw., 1.08.2019, 18:19: sh0rez <notifications@github.com> napisał(a):
… Closed #653 <#653>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#653?email_source=notifications&email_token=AHXPQ2SAIVMPQJ5JWDNDNDTQCMEITA5CNFSM4HTUGZG2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOS2QQUPI#event-2527136317>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHXPQ2XPSW6BMCPD3HDWIQDQCMEITANCNFSM4HTUGZGQ>
.
|
I faced this issue when i used the ec2 with amazon linux 2 and ARM architecture so follow the below process wget https://github.com/grafana/loki/releases/download/v2.8.8/loki-linux-arm64.zip vi /etc/systemd/system/loki.service place the below content in above file [Unit] [Service] [Install] #file end save the file and run below commands useradd -rs /bin/false loki |
Is your feature request related to a problem? Please describe.
Loki and promtail is not available for ARM architecture
Describe the solution you'd like
Loki and promtail available on ARM architecture
Describe alternatives you've considered
Would be really nice that loki and promtail will have support for ARM devices
The text was updated successfully, but these errors were encountered: