Pages in category installation
Anaconda:The Fedora Installer
Anaconda is the installation program used by Fedora, Red Hat Enterprise Linux and some other distributions. During installation, a target computer’s hardware is identified and configured, and the appropriate file…
Read more
Anaconda Logging
Introduction Anaconda tracks all of its activities in logs. This includes: changing installation steps (that roughly correspond to different screens in the graphical installer) storage devices detection and manipulation installation…
Read more
Creating and using a live installation image
Downloading Fedora You can download Fedora from https://fedoraproject.org/. There are multiple desktops available for use with Fedora. Each has a slightly different look and feel and offers varying levels of…
Read more
Installing Spotify on Fedora
Spotify is a cross-platform proprietary music streaming service. Spotify is a freemium service, with advertisements which can be removed by purchasing a subscription. Although Spotify is not officially supported on…
Read more
Fedora on Raspberry Pi
The Raspberry Pi is a credit card-sized ARM based single board computer (SBC). This documentation describes how to get started The Raspberry Pi 4 is officially supported from Fedora release…
Read more
Kubernetes Basics
Kubernetes Defined Kubernetes is an "open-source system for automating deployment, scaling, and management of containerized applications" on one or more machines. Kubernetes automates many of the tasks necessary to deploy,…
Read more
Versioned CRI-O and CRI-Tools RPMs
Overview CRI-O and CRI-Tools are independent software packages available in Fedora repositories that are version matched to Kubernetes. If Kubernetes 1.30 is installed, then, when installed, CRI-O and CRI-Tools should…
Read more
Creating a Kubernetes cluster on Fedora
Creating a Kubernetes cluster with kubeadm using Fedora rpms Below is a guide to creating a functional Kubernetes cluster on a single Fedora machine that is suitable as a learning…
Read more
Resilient kubelet configuration
kubelet overview The kubelet is the Kubernetes agent that runs on every node in a cluster. kubelet is installed using the kubernetes rpm (e.g. kubernetes1.30 is a versioned rpm for…
Read more
Non-versioned Kubernetes RPMS on Fedora
Overview Non-versioned Kubernetes RPMS are the standard rpm format for Kubernetes through Fedora 40. Fedora 41 (currently rawhide) contains both versioned and non-versioned rpms. Non-versioned Kubernetes rpms in Fedora The…
Read more
Versioned Kubernetes RPMS on Fedora
Overview Versioned Kubernetes rpms were introduced in Fedora 41 and will be the format used in subsequent releases. Past practice had one version of Kubernetes available for each Fedora release.…
Read more
Using Kubernetes on Fedora
Overview This guide provides useful information about Kubernetes and the Kubernetes rpms available from Fedora. Starting with Fedora 41 (currently rawhide) the packaging standard for Kubernetes changed from one version…
Read more