Skip to content

Known Issues

Reinitialized edited this page Jul 31, 2024 · 1 revision

Overview

This Wiki page will be used to keep a laundry list of issues I intend to address.

Issues

  • Self-compile documentation missing the following required dependencies: rsync, fuse
  • Manually configuring systemd for self-compile documentation
  • With the exception of Dockerfile.rocky-9, RHEL-based Dockerfiles will fail due to Google no longer hosting the required packages (now on pkgs.k8s.io)
  • dnf install -y --enablerepo=devel libseccomp-static fails due to missing devel repository. This might be caused by using a Minimal Install of a RHEL-based distro, not sure.
  • Use the latest version of Kubernetes
  • scr/docker-cfg can cause Docker to fail to start if the wrong runtime is provided.

Bonus Issues (if I can figure it out):

  • Implement automated building of RPM for supported RHEL-based distros
    • NOTE: I believe a single package targeting versions 8/9 of all variants should be sufficient, but unsure. Wouldn't mind insight on this.
Clone this wiki locally