How to load in current terminal session:
. .\Minikube-Kubectl-Fun.ps1tip: For auto dot-source this file when open a new terminal session: https://www.heelpbook.net/2020/what-are-dot-source-scripts-in-powershell/
How to load in current terminal session:
. .\Minikube-Kubectl-Fun.ps1tip: For auto dot-source this file when open a new terminal session: https://www.heelpbook.net/2020/what-are-dot-source-scripts-in-powershell/
| function kubectl() { | |
| minikube kubectl -- @args | |
| } |