mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-05-25 09:22:30 +02:00
kubernetes, bare metaling
This commit is contained in:
parent
fc6edfa41b
commit
1409710022
10 changed files with 253 additions and 156 deletions
4
kubenetes/kubernetes.nix
Normal file
4
kubenetes/kubernetes.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [ ./kubelet.nix ./containerd.nix ];
|
||||
environment.systemPackages = with pkgs; [ kubernetes cri-tools ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue