Skip to content
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

chore(sys-reqs): add fio and container-selinux to the rhel 9 list of required packages #1040

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/markdown-pages/install-with-kurl/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ For these OSes, the following packages are required per add-on:

| Add-on | Packages |
| -------------------------------- | -------- |
| * kURL Core | curl openssl tar |
| * kURL Core | curl openssl tar fio |
| Collectd | bash glibc libcurl libcurl-minimal libgcrypt libgpg-error libmnl openssl-libs rrdtool systemd systemd-libs yajl |
| Containerd | bash libseccomp libzstd systemd |
| Containerd | container-selinux bash libseccomp libzstd systemd |
| Kubernetes | conntrack-tools ethtool glibc iproute iptables-nft socat util-linux |
| Longhorn | iscsi-initiator-utils nfs-utils |
| OpenEBS *\*versions 1.x and 2.x* | iscsi-initiator-utils |
Expand Down