blob: deaf340fe9995854706b876991783a464cb92286 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
graphic: 0.974
device: 0.872
permissions: 0.867
performance: 0.852
network: 0.844
socket: 0.729
PID: 0.698
vnc: 0.678
files: 0.670
semantic: 0.564
debug: 0.522
boot: 0.472
other: 0.232
KVM: 0.150
Unable to create a cluster using ppc64le specific kind binary on x86 host architecture
Description of problem:
Steps to 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 information:
|