Describe the bug
All amd versions works fine on my env. For ARM node only v1.21.0-arm64 and v1.21.0-arm64v8 works fine. But v1.26.7-arm64v8 and v1.26.8-arm64v8 (or multi-platform v1.26.8) versions don't running within the same node:
kubectl logs -f --tail=200 dsp-chproxy-0
exec /chproxy: exec format error
To Reproduce
regular chproxy kubernetes deployment by using images from https://hub.docker.com/r/contentsquareplatform/chproxy/tags
Expected behavior
chproxy pod is running (like for v1.21.0-arm64 version)
Screenshots
no need
Environment information
Node: Taints: kubernetes.io/arch=arm64:NoSchedule, Clickhouse 23.10.4.25 version
Additional context
The assumption is #503 not fully tested.
Any suggestions about possible fix? If needed, I will consider the contribution.
Describe the bug
All amd versions works fine on my env. For ARM node only v1.21.0-arm64 and v1.21.0-arm64v8 works fine. But v1.26.7-arm64v8 and v1.26.8-arm64v8 (or multi-platform v1.26.8) versions don't running within the same node:
To Reproduce
regular chproxy kubernetes deployment by using images from https://hub.docker.com/r/contentsquareplatform/chproxy/tags
Expected behavior
chproxy pod is running (like for
v1.21.0-arm64version)Screenshots
no need
Environment information
Node:
Taints: kubernetes.io/arch=arm64:NoSchedule, Clickhouse23.10.4.25versionAdditional context
The assumption is #503 not fully tested.
Any suggestions about possible fix? If needed, I will consider the contribution.