kubernetes: add stern

This commit is contained in:
Sean Buckley 2023-06-30 01:15:55 -04:00
parent 1ca62931c5
commit b1647b18db

View file

@ -7,6 +7,7 @@
environment.systemPackages = with pkgs; [
kubectl
kubernetes-helm
stern
# dedicated script, because bash aliases dont work with `watch`
(writeShellScriptBin "k" "exec kubectl \"$@\"")