Skip to content

xywei/nixos-rke2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Copyright

MIT

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

About

NixOS modules for RKE2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%