feat(kubectx): test kubectl

This commit is contained in:
Stefan Schwarz 2023-03-24 08:46:34 +01:00
parent 2622bdb144
commit 698e0b6ec2

View file

@ -9,6 +9,7 @@ in {
k9s k9s
kind kind
kubectl kubectl
kubectx
kubeseal kubeseal
nmap nmap
pwgen pwgen
@ -32,6 +33,11 @@ in {
(import ../packages/certmanager.nix) (import ../packages/certmanager.nix)
]; ];
programs.bash.shellAliases = {
kx = "kubectx";
kns = "kubens";
};
virtualisation.docker = { virtualisation.docker = {
enable = true; enable = true;
storageDriver = "zfs"; storageDriver = "zfs";