This message was deleted.
# rancher-desktop
a
This message was deleted.
f
The error is not related to
kubectl
or
kuberlr
, which are proper aarch64 binaries in Rancher Desktop 1.15. The issue seems to come from sudo-prompt - npm, which uses an AppleScript applet that has not been compiled for aarch64:
Copy code
./MacOS/applet (for architecture i386):	Mach-O executable i386
./MacOS/applet (for architecture x86_64):	Mach-O 64-bit executable x86_64
I'll file an issue for it, but for now the only workarounds are either to use Rosetta2, or to not enable Administrative Access.
a
thank you @fast-garage-66093!