kubelet not installale on SUSE #3689
Labels
area/release-eng
Issues or PRs related to the Release Engineering subproject
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
sig/release
Categorizes an issue or PR as relevant to SIG Release.
What happened:
The kubelet rpm at https://pkgs.k8s.io/core:/stable:/v1.30/rpm/ does not install on SUSE based linux systems due to a dependency difference between RH and SUSE .
I've included a suggested solution in the details of this issue.
Installing kubelet on openSUSE produces a dependency error
This is because SUSE splits up conntrack into conntrack-tools, and conntrackd packages, neither advertise they provide the
conntrack
capability to the rpm database, but conntrackd requried conntrack-toolsOpenSUSE tumbleweed:
RHEL 9.4
What you expected to happen:
kubelet to install without dependency error
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Changing the
Requires
line herefrom
Requires: conntrack
toRequires: /sbin/conntrack
should resolve this, while keeping it working in RHEL.OpenSUSE:
RHEL 9.4:
Environment:
Cloud provider or hardware configuration:
6HT cores * Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
32 GB ram local system
OS (e.g:
cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: