release: Kubernetes YUM repository for ARM arch, doesn't list any package
I’m not sure this is the correct place for this issue.
Kubernetes have an arm repository available on https://packages.cloud.google.com/yum/repos/kubernetes-el7-armhfp.
Not sure why, but adding this repository to my arm board (hardkernel odroid XU4), it doesn’t list any package as available. Tried to disable the gpgchecks as well, but no success.
Checking the repodata xml files, it list arch as armhfp, however centos altarch repository, lists arch as armv7hl. Probably this needs to be changed to armv7hl.
# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
# uname -a
Linux odroid01 4.14.5-92 #1 SMP PREEMPT Mon Dec 11 15:48:15 UTC 2017 armv7l armv7l armv7l GNU/Linux
# cat /etc/yum.repos.d/kubernetes.repo
[kubernetes]
name=Kubernetes
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-armhfp
enabled=1
gpgcheck=0
repo_gpgcheck=0
#gpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg
# yum list available --disablerepo=* --enablerepo=kubernetes
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
#
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 2
- Comments: 40 (14 by maintainers)
I am getting the same issue.
Environment:
Repo file:
I have had to put
gpcheck=0andrepo_gpgcheck=0otherwise it failed.Error message: [Errno -1] repomd.xml signature could not be verified for kubernetes.
List all available packets:
Command:
This appears to be the only place on the indexed web serving these packages today https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-armhfp/Packages/.
Thanks @trunet for the workaround. For me this affects the ARM build of Centos7 on the Rpi 4B
Installing manually:
After installing with --ignorearch, it works just fine.