Nix packaging of RKE2
Go to file
2023-11-06 16:19:51 +01:00
modules/nixos/rke2 fix: also add umount in the environment 2023-11-06 16:19:51 +01:00
flake.lock hello 2023-10-29 11:42:26 +01:00
flake.nix hello 2023-10-29 11:42:26 +01:00
README.md fix extraFlags example 2023-11-06 12:18:21 +01:00

Nix packaging: RKE2

NOTE: this is a work in progress

RKE2, also known as RKE Government, is Rancher's next-generation Kubernetes distribution.

The RKE2 package is already in nixpkgs.

This repository provides the NixOS module for it.

Usage (using Flakes)

To add the program to your flake, add the following input:

inputs = {
  rke2.url = "git.numtide.com/nix-packaging/rke2";
}

NixOS module

TODO

Supported platforms

  • x86_64-linux

Missing features

The module is still very barebones.

  • Add documentation
  • Add NixOS VM test
  • Add airgap/offline mode

MIT

Brought to you by the team of https://nix-packaging.com.