Alias for tunneling kubectl through local proxy

This commit is contained in:
Danielle McLean 2023-06-15 10:29:27 +10:00
parent 91da2c238d
commit a1c3043a5f
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -22,3 +22,5 @@ alias cdu=cd-gitroot
# make sure ELinks can detect when it's in tmux
alias elinks="STY= elinks"
alias bubectl="HTTPS_PROXY=localhost:8888 kubectl"