cluster-api-provider-bringyourownhost icon indicating copy to clipboard operation
cluster-api-provider-bringyourownhost copied to clipboard

We should add ARM64 support for BYOH

Open yixingjia opened this issue 3 years ago • 2 comments

The current workaround is :

  • Compile the agent code with arm64 GOARCH=amd64

  • add the -skip-installation true flag when start the agent.

In the long term we should

  • Multi-arch support for BYOH controller image
  • Provide agent binary for ARM64 platform
  • Add ARM support in installer code.

yixingjia avatar Nov 17 '21 07:11 yixingjia