kubeconfig

This commit is contained in:
Michael Grote 2022-09-18 17:18:34 +02:00
parent bf85d9c667
commit 3e3fa089ad

View file

@ -263,3 +263,4 @@ alias shutdown="~/dotfiles/scripts/pwr.sh -s"
alias reboot="~/dotfiles/scripts/pwr.sh -r"
# k3s
alias k="sudo kubectl"
export KUBECONFIG="/etc/rancher/k3s/k3s.yaml"