Skip to content
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

Operator support for ARM64 #852

Closed
michaelhyatt opened this issue Dec 29, 2021 · 1 comment
Closed

Operator support for ARM64 #852

michaelhyatt opened this issue Dec 29, 2021 · 1 comment

Comments

@michaelhyatt
Copy link

Currently, there are no arm64 published binaries for the operator, so I tried to build it myself on Raspberry Pi running Ubuntu 64-bit server and the build fails on the UBI image mentioned in the Dockerfile.

Replacing the image with FROM almalinux:7-minimal AS ubi7 seems to be the way to fix it, since RHEL doesn't release arm64 images for their UBI7 images.

@Slach
Copy link
Collaborator

Slach commented Dec 29, 2021

Not yet released 0.18.0 (in active development) available for ARM64 and switched to ubi8
https://hub.docker.com/r/altinity/clickhouse-operator/tags?page=1&name=0.18

try to

kubectl -f https://github.com/Altinity/clickhouse-operator/raw/0.18.0/deploy/operator/clickhouse-operator-install-bundle.yaml

@Slach Slach closed this as completed Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants