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

Teleport in Amphere K8s get CrashLoopBackOff #9348

Closed
fdelucchijr opened this issue Dec 11, 2021 · 3 comments
Closed

Teleport in Amphere K8s get CrashLoopBackOff #9348

fdelucchijr opened this issue Dec 11, 2021 · 3 comments

Comments

@fdelucchijr
Copy link

fdelucchijr commented Dec 11, 2021

Description

What happened:
When I try to run Teleport on a K8s node at Oracle in an Amphere A1 2vcpu 12 RAM it gets the following error:
/usr/local/bin/teleport: error while loading shared libraries: libpthread.so.0: ELF load command alignment not page-aligned
This is probably related to this.

What you expected to happen:
Simply start teleport to manage my k8s internal apps 😢.

Reproduction Steps

As minimally and precisely as possible, describe step-by-step how to reproduce the problem.

  1. Install terraform-cluster helm chart in any amphere cluster

Server Details

  • Teleport version: is running quay.io/gravitational/teleport:8.0.3 image
  • Server OS: Ubuntu 20.04, but this shouldn't be a problem because containerization
  • Where are you running Teleport?: Oracle Amphere OKE Cluster
@webvictim
Copy link
Contributor

All of the Teleport images hosted on https://quay.io/repository/gravitational/teleport?tab=tags (including quay.io/gravitational/teleport:8.0.3) contain amd64 binaries. It appears that the A1 is an ARM-based CPU, meaning that amd64 binaries wouldn't run on it.

You'd need to build a container with Teleport arm or arm64 binaries instead (available for download here) and change the chart to use this image instead.

Related to #3384

@webvictim webvictim added the arm label Feb 9, 2022
@zmb3
Copy link
Collaborator

zmb3 commented Jun 11, 2023

We now offer ARM container builds.

@zmb3 zmb3 closed this as completed Jun 11, 2023
@fdelucchijr
Copy link
Author

Thanks!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants