mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
kubernetes: add stern
This commit is contained in:
parent
1ca62931c5
commit
b1647b18db
1 changed files with 1 additions and 0 deletions
|
@ -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 \"$@\"")
|
||||||
|
|
Loading…
Reference in a new issue