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
|
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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue