Giter Site home page Giter Site logo

Comments (9)

TerryHowe avatar TerryHowe commented on July 16, 2024 2

The images definitely work on Raspberry Pi 4 model B running 64 bit Buster:

root@rpi-159:~# uname -a
Linux rpi-159 5.4.79-v8+ #1373 SMP PREEMPT Mon Nov 23 13:32:41 GMT 2020 aarch64 GNU/Linux
root@rpi-159:~# cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

I have some etcd config problems, so not a running cluster at this point.

from eks-distro.

TerryHowe avatar TerryHowe commented on July 16, 2024 1

I haven't tried arm64, but it should work https://gallery.ecr.aws/eks-distro/kubernetes/kube-apiserver for example notice it shows arm64

from eks-distro.

ktsakalozos avatar ktsakalozos commented on July 16, 2024 1

@paavan98pm to get the EKS snap on ARM64 currently you will to build it on an ARM^$ machine with:

sudo snap install snapcraft --classic
git clone https://github.com/canonical/eks-snap.git
cd eks-snap
snapcraft

From a quick test I did, all seemed to work apart from the storage integration with AWS.

from eks-distro.

jaxesn avatar jaxesn commented on July 16, 2024

As @TerryHowe mentioned, arm64 builds are available for the EKS-D binaries/container images. @ktsakalozos might be able to confirm if the eks snap supports arm64 or not?

from eks-distro.

ktsakalozos avatar ktsakalozos commented on July 16, 2024

At this point the EKS snap is for AMD64 only, ARM support should come soon.

from eks-distro.

paavan98pm avatar paavan98pm commented on July 16, 2024

At this point the EKS snap is for AMD64 only, ARM support should come soon.

Thanks @ktsakalozos. Is there a way to switch API server in Microk8s to use the EKS-D API server from the aforementioned ECR public image?

from eks-distro.

paavan98pm avatar paavan98pm commented on July 16, 2024

@ktsakalozos Both, R-Pi and c6g.metal returned the error below when running snapcraft:

launch failed: Internal error: qemu-system-x86_64 failed getting vmstate (Process returned exit code: 1) with output:
qemu-system-aarch64: -nographic: No machine specified, and there is no default
Use -machine help to list supported machines

from eks-distro.

ktsakalozos avatar ktsakalozos commented on July 16, 2024

@paavan98pm if qemu is not available you can build the snap in an lxd container. Instead of snapcraft call snapcraft --use-lxd.

To get lxd you can do:

sudo apt-get remove lxc*
sudo apt-get remove lxd*
sudo snap install lxd
lxd init --auto

from eks-distro.

TerryHowe avatar TerryHowe commented on July 16, 2024

I think we have completed everything to support ARM for EKS-D although there may be additional work in the eks snap repository, but that can be worked on over there.

from eks-distro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.