cisco-sso / kdk

Kubernetes Development Kit (KDK)
https://kdf.csco.cloud/getting-started/mac/
Apache License 2.0
23 stars 20 forks source link

Apple Silicon ARM64 support #219

Open jintaogao opened 2 years ago

jintaogao commented 2 years ago

Currently, the installation does not work with Macs with M1 chips. I tried bypassing the installation.sh script and installed the amd64 version and was getting the following error with kdk ssh

kex_exchange_identification: Connection closed by remote host
Connection closed by ::1 port 59033
FATA[0011] Failed to ssh to KDK container.               error="exit status 255"

Also attempted to build the Docker Image locally, but was getting various errors within provision.sh due to outdated Go, and the Go packages.

Thanks

marsavela commented 2 years ago

@jintaogao I am not sure any of this is still being maintained. Do not expect a solution any time soon. If you are able to troubleshoot and come up with a solution, I am sure someone will try to review it.

@josdotso @dcwangmit01 is this correct?