Description:
Trying to install percona/pg-db with helm tries to pull the amd64 images (I guess) and not the arm64 images, if they even exist.
How can I use arm64 images?
Steps to Reproduce:
helm install pg-operator percona/pg-operator --namespace pg --create-namespace
helm install pg percona/pg-db --namespace pg
Version:
idk, 2.5.0?
Logs:
pgbouncer exec /usr/bin/pgbouncer: exec format error
pgbouncer-config exec /usr/bin/bash: exec format error
Expected Result:
A working cluster
Actual Result:
A non-working cluster
Additional Information:
The k8s cluster has 3 workers and runs on ampere cpu, so it’s arm64 arch.