cluster-api-provider-bringyourownhost
cluster-api-provider-bringyourownhost copied to clipboard
We should add ARM64 support for BYOH
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.