blob: 9fd7cc6e8529a97ed786a475cc4c6dd8207e92ce (
plain) (
blame)
1
2
3
|
The issue revolves around running a ppc64le-specific binary on an x86 host using QEMU user emulation. The steps involve setting up multiarch support and trying to create a Kubernetes cluster using kind. The problem likely arises from compatibility issues or misconfigurations during runtime when executing the ppc64le binary on a different architecture.
runtime
|