diff --git a/lib/profile.nix b/lib/profile.nix index 397b3f7..2916f99 100644 --- a/lib/profile.nix +++ b/lib/profile.nix @@ -72,6 +72,10 @@ rm = "trash-put"; soul = "nmcli c up 'Soul'"; + stern-kind = "stern --context kind-kind"; + stern-dlh = "stern --context dlh-context"; + stern-test = "stern --context datamesh-test-cluster"; + stern-prod = "stern --context datamesh-prod-cluster"; tailup = "sudo tailscale up --accept-routes --accept-dns=false"; taildown = "sudo tailscale down";