在arm架构中rke部署失败

RKE 版本:

INFO[0000] Running RKE version: v1.2.8
Server Version: version.Info{Major:“1”, Minor:“20”, GitVersion:“v1.20.6”, GitCommit:“8a62859e515889f07e3e3be6a1080413f17cf2c3”, GitTreeState:“clean”, BuildDate:“2021-04-15T03:19:55Z”, GoVersion:“go1.15.10”, Compiler:“gc”, Platform:“linux/arm64”}

Docker 版本: (docker version,docker info)

Server: Docker Engine - Community
Engine:
Version: 20.10.24
API version: 1.41 (minimum version 1.12)
Go version: go1.19.7
Git commit: 5d6db84
Built: Tue Apr 4 18:20:22 2023
OS/Arch: linux/arm64
Experimental: false
containerd:
Version: v1.6.20
GitCommit: 2806fc1057397dbaeefbea0e4e17bddfbd388f38
runc:
Version: 1.1.5
GitCommit: v1.1.5-0-gf19387a6
docker-init:
Version: 0.19.0
GitCommit: de40ad0

操作系统和内核: (cat /etc/os-release, uname -r)

uos1060e,arm

主机类型和供应商: (VirtualBox/Bare-metal/AWS/GCE/DO)

深信服

cluster.yml 文件:
nodes:

  • address: 192.168.8.201
    user: rancher
    role: [“controlplane”, “etcd”]
  • address: 192.168.8.202
    user: rancher
    role: [“worker”]
  • address: 192.168.8.203
    user: rancher
    role: [“worker”]

重现步骤:
./rke up
结果:

INFO[0187] [remove/rke-log-cleaner] Successfully removed container on host [192.168.8.201] 
INFO[0187] [remove/rke-log-cleaner] Successfully removed container on host [192.168.8.203] 
INFO[0188] [remove/rke-log-cleaner] Successfully removed container on host [192.168.8.202] 
INFO[0188] [sync] Syncing nodes Labels and Taints       
FATA[0350] [ "192.168.8.202" not found]                 

这个报错应该如何处理?

当前,我在worker节点上找到相关的nginx-proxy报错日志:

[root@localhost ~]# docker logs -f 26f --tail 100
/usr/bin/nginx-proxy: line 4: /usr/bin/confd: cannot execute binary file: Exec format error

这个应该怎么处理呢?