I am trying to setup Kubernetes on a s390x machines. Having downloaded packages kubeadm, kubectl and kubelet
specific to s390x architecture. I was under the impression that kubeadm init
will download the control pane images for the same architecture, which proved to be incorrect.
kubeadm init seems to have downloaded amd64
images which results in the following error standard_init_linux.go:187: exec user process caused "exec format error
Can someone please let me know if there are s390x specific images for the below containers, if yes please provide me the container tags or link to it please
k8s.gcr.io/kube-apiserver:v1.17.2
k8s.gcr.io/kube-controller-manager:v1.17.2
k8s.gcr.io/kube-scheduler:v1.17.2
k8s.gcr.io/kube-proxy:v1.17.2
k8s.gcr.io/pause:3.1
k8s.gcr.io/etcd:3.4.3-0
k8s.gcr.io/coredns:1.6.5