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