1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-cthulhunetes-infras.../docs/os/automated-upgrades.md

744 B

os automated upgrades

Rocky Linux is configured to automatically upgrade. The OS reboot is then coordinated with Kubernetes nodes via Kured.

Inspired by github.com/khuedoan/homelab.

Setup

  1. Install

    dnf update -y
    
    dnf install -y dnf-automatic dnf-utils
    
  2. Configure

    [commands]
    upgrade_type = default
    apply_updates = yes
    
  3. Start

    systemctl enable dnf-automatic.timer
    systemctl start dnf-automatic.timer