feat(kubectx): test kubectl
This commit is contained in:
parent
2622bdb144
commit
698e0b6ec2
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@ in {
|
|||
k9s
|
||||
kind
|
||||
kubectl
|
||||
kubectx
|
||||
kubeseal
|
||||
nmap
|
||||
pwgen
|
||||
|
@ -32,6 +33,11 @@ in {
|
|||
(import ../packages/certmanager.nix)
|
||||
];
|
||||
|
||||
programs.bash.shellAliases = {
|
||||
kx = "kubectx";
|
||||
kns = "kubens";
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "zfs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue