kubernetes, bare metaling

This commit is contained in:
BOTAlex 2026-05-07 13:48:41 +02:00
parent 1409710022
commit 1c2ce93ca1

4
kubenetes/default.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs, ... }: {
imports = [ ./kubelet.nix ./containerd.nix ];
environment.systemPackages = with pkgs; [ kubernetes cri-tools ];
}