Git Product home page Git Product logo

k3s-rpm's Introduction

k3s RPM package for rpm-ostree based systems

๐Ÿ“ฆ Build k3s RPM

This project provides a way to install k3s, a lightweight Kubernetes distribution, on rpm-ostree based systems like Fedora CoreOS where the traditional k3s setup script does not work.

rpm-ostree based systems use an image-based approach to the OS, combining the best features of a container (atomic updates, rollbacks) with those of a traditional Linux distribution (a familiar, mutable /etc, and fully integrated system). However, this model makes it challenging to install software that expects to be able to write to the host filesystem. The traditional k3s setup script is an example of such software.

This project solves this problem by packaging the k3s binary and its associated utility scripts into an RPM package that can be installed using rpm-ostree's package layering feature.

Getting Started

Our GitHub Actions workflow automatically builds a new RPM package every 24 hours, ensuring that the RPM package stays up-to-date with the latest k3s release.

The built RPM package is uploaded as a GitHub Actions artifact. You can download the latest RPM package from the Actions tab of this repository.

Installation

Once you've downloaded the RPM package, you can install it on your rpm-ostree based system with the following command:

sudo rpm-ostree install /path/to/your/downloaded/rpm/package.rpm

Replace /path/to/your/downloaded/rpm/package.rpm with the path to the downloaded RPM package. After installing the package, you'll need to reboot your system to apply the changes:

sudo systemctl reboot

After the reboot, k3s and its utility scripts should be installed and available on your system.

k3s-rpm's People

Contributors

pipelinedave avatar

Watchers

 avatar

Forkers

jayjabowski

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.