-
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
Kubeadm download fails on armv7l #4065
Comments
any luck on this issue? |
Hmm... I figured the arch was wrongly detected since it was armhf. In the end, I gave up on kubeadm (( you could download it from debian repos for armhf )) since there were some issues during installation. I did it by hand on the arm, setup kubelet manually with systemd and it kinda works. In the process, I learned kubelet is pretty resource intensive for such weak hardware. Further research pending. |
Thanks for your reply. Are you using Raspberry Pi? I'm wondered if you can install armhf images to this? My one is Raspberry Pi 3 B+ and the same architecture detected in I'm stuck at similar error, but different image:
Why you didn't try to replace |
I'm wondered that I'm not able to find any results on Google search by using |
Turns out that k8s-dns-dnsmasq-nanny-arm is in kubernetes version 1.14.4 which fixed that issue |
had the same issue. Reformatting the rule es shown below, helps.
|
Found this helps 👍 - set_fact:
architecture_groups:
x86_64: amd64
aarch64: arm64
armv7l: arm |
How about we close this issue in favor of #4294 ? |
Environment:
Cloud provider or hardware configuration:
Hybrid. Masters are on AWS, workers are on Beablebone Black
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):debian@bbb-test:~$ printf "$(uname -srm)\n$(cat /etc/os-release)\n"
Linux 4.19.9-ti-r5 armv7l
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Version of Ansible (
ansible --version
):ansible 2.7.1
config file = /Users/lpp/Desktop/ascalia/bb/ansible.cfg
configured module search path = [u'/Users/lpp/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python2.7/site-packages/ansible
executable location = /usr/local/bin/ansible
python version = 2.7.15 (default, Oct 2 2018, 11:47:18) [GCC 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.2)]
Kubespray version (commit) (
git rev-parse --short HEAD
):bb (master) ✗ git rev-parse --short HEAD k8s [kubernetes-admin@bbb.local]
Alias tip: g rev-parse --short HEAD
c204794
Network plugin used:
weave
Ansible failed output:
EDIT: Closed in favor of #4294
The text was updated successfully, but these errors were encountered: