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
I've tried to deploy the fresh new grafana/loki:v0.2.0 and grafana/promtail:v0.2.0 images via the loki-stack helm chart. Also tested the master tagged image. But it's not able to run, as far as i know because the binary is not arm32/armv7/armhf architecture
I'm running it on a 2 node Raspberry Pi 4 "cluster".
pi@master01:~ $ uname -r
4.19.64-v7l+
pi@master01:~ $ docker version
Client: Docker Engine - Community
Version: 19.03.1
API version: 1.40
Go version: go1.12.5
Git commit: 74b1e89
Built: Thu Jul 25 21:33:17 2019
OS/Arch: linux/arm
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 19.03.1
API version: 1.40 (minimum version 1.12)
Go version: go1.12.5
Git commit: 74b1e89
Built: Thu Jul 25 21:27:09 2019
OS/Arch: linux/arm
Experimental: false
containerd:
Version: 1.2.6
GitCommit: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
runc:
Version: 1.0.0-rc8
GitCommit: 425e105d5a03fabd737a126ad93d62a9eeede87f
docker-init:
Version: 0.18.0
GitCommit: fec3683
pi@master01:~ $ kubectl get nodes -owide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
master01.bla.xyz Ready master 3d2h v1.15.2 1.1.1.1 <none> Raspbian GNU/Linux 10 (buster) 4.19.64-v7l+ docker://19.3.1
node01.bla.xyz Ready <none> 3d2h v1.15.2 1.1.1.2 <none> Raspbian GNU/Linux 10 (buster) 4.19.64-v7l+ docker://19.3.1
pi@master01:~ $
pi@master01:~ $ kubectl get pods -n monitoring -l release=loki
NAME READY STATUS RESTARTS AGE
loki-0 0/1 CrashLoopBackOff 22 91m
loki-promtail-77fc9 0/1 CrashLoopBackOff 22 92m
loki-promtail-x6mjf 0/1 CrashLoopBackOff 22 92m
Logs from pods:
pi@master01:~ $ kubectl -n monitoring logs -l app=loki
standard_init_linux.go:211: exec user process caused "exec format error"
pi@master01:~ $ kubectl -n monitoring logs -l app=promtail
standard_init_linux.go:211: exec user process caused "exec format error"
standard_init_linux.go:211: exec user process caused "exec format error"
The text was updated successfully, but these errors were encountered:
I've tried to deploy the fresh new grafana/loki:v0.2.0 and grafana/promtail:v0.2.0 images via the loki-stack helm chart. Also tested the master tagged image. But it's not able to run, as far as i know because the binary is not arm32/armv7/armhf architecture
I'm running it on a 2 node Raspberry Pi 4 "cluster".
pi@master01:~ $ uname -r 4.19.64-v7l+
Hostname and ip-s are mocked.
Last try:
Status of these pods:
pi@master01:~ $ kubectl get pods -n monitoring -l release=loki NAME READY STATUS RESTARTS AGE loki-0 0/1 CrashLoopBackOff 22 91m loki-promtail-77fc9 0/1 CrashLoopBackOff 22 92m loki-promtail-x6mjf 0/1 CrashLoopBackOff 22 92m
Logs from pods:
The text was updated successfully, but these errors were encountered: