diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1075.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1075.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1075.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1075.toml new file mode 100644 index 00000000..554d35f5 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1075.toml @@ -0,0 +1,24 @@ +id = 1075 +title = "Unable to create a cluster using ppc64le specific kind binary on x86 host architecture" +state = "closed" +created_at = "2022-06-14T18:50:55.709Z" +closed_at = "2022-06-15T08:29:16.359Z" +labels = ["workflow::Needs Info"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1075" +host-os = "NAME=\"CentOS Stream\" VERSION=\"8\"" +host-arch = "x86" +qemu-version = "(e.g. `qemu-system-x86_64 --version`)" +guest-os = "- OS/kernel version: (For POSIX guests, use `uname -a`.)" +guest-arch = "ppc64le" +description = """""" +reproduce = """1. docker run --rm --privileged multiarch/qemu-user-static --reset -p yes +2. wget https://github.com/kubernetes-sigs/kind/releases/download/v0.14.0/kind-linux-ppc64le +3. chmod u+x kind-linux-ppc64le +4. curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/ppc64le/kubectl +5. chmod +x kubectl +6. sudo cp kubectl /usr/local/bin/ +7. KUBECONFIG="${HOME}/kind-test-config" +8. export KUBECONFIG +9. ./kind-linux-ppc64le create cluster --image quay.io/mayurwaghmode111/node-ppc64le:ppc64le -v=3 --wait 1m --retain +10. ./kind-linux-ppc64le export logs""" +additional = """""" |