-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arm64/Unsupported Architectures on etcd will fail when etcd_kubeadm_enabled is true #6921
Comments
It looks like etcd and kube-apiserver are failing |
This issue lied with |
kubernetes-sigs/kubespray#6921 Signed-off-by: anthr76 <[email protected]>
kubernetes-sigs/kubespray#6921 Signed-off-by: anthr76 <[email protected]>
you can try set tag for etcd container
|
Hmm I can give this a try on my next cluster installation. I have a multi-arch environment so I would need to create checks based on architecture. I will consult the docs to see if kubeadm supports providing an image instead of editing the already generated manifest. To my understanding to have ansible automate this we would need an if statement somewhere around here and likely a few other places right? |
crictl already shows the arm image present
|
Closing in favor of #7025 |
Environment:
Cloud provider or hardware configuration: Bare Metal/Mixed Architecture
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
): 20.04.1 LTS (Focal Fossa) 5.4.0-1015-raspi aarch64 & amd64Version of Ansible (
ansible --version
): 2.9.15Version of Python (
python --version
): 3.9.0Kubespray version (commit) (
git rev-parse --short HEAD
): 0f7341bNetwork plugin used: Calico
Full inventory with variables: https://gist.github.com/anthr76/d4ece8f0ddff9f26ad2557e82255354e
Command used to invoke ansible:
ansible-playbook -i inventory/nwk1/inventory.ini --become --become-user=root cluster.yml
Output of ansible run: https://gist.github.com/anthr76/25bdb7af962cebed01605bc0756edaad
Anything else do we need to know:
Journalctl output of kubelet: https://gist.github.com/anthr76/60a7490125834a25debd35f3279ed634
In order to get here I had to debug through a few tasks outlined here: #6919
Any idea what might be causing this?
The text was updated successfully, but these errors were encountered: