openyurtio / openyurt

OpenYurt - Extending your native Kubernetes to edge(project under CNCF)

Home Page:https://openyurt.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] The yurt-iot-dock image is missing the arm64 version

HuangYuFe opened this issue · comments

What happened:
I want to deploy yurt-iot-dock on a Raspberry Pi, but the image architecture is not compatible with arm64
What you expected to happen:
I hope to compile a yurt-iot-dock image that is compatible with the arm64 platform
How to reproduce it (as minimally and precisely as possible):
Use the following commands on the ARM64 hardware platform:Use the following commands on the ARM64 hardware platform:
cat <<EOF | kubectl apply -f -
apiVersion: iot.openyurt.io/v1alpha2
kind: PlatformAdmin
metadata:
name: edgex-sample
spec:
version: levski
poolName: beijing
components:

  • name: yurt-iot-dock
    EOF
    Anything else we need to know?:

Environment:

  • OpenYurt version:1.4.0
  • Kubernetes version (use kubectl version):1.22.4
  • OS (e.g: cat /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
    屏幕截图 2023-12-06 113149

others
/kind question

@HuangYuFe Thank you for your feedback. This issue has been solved in pr #1843, and the corresponding image is also synchronized on dockerhub.
image