Skip to content

Instantly share code, notes, and snippets.

@tkrisztian95
Last active March 4, 2022 10:12
Show Gist options
  • Save tkrisztian95/cde9b1bf81225f84fea6fcbd2bf03ca1 to your computer and use it in GitHub Desktop.
Save tkrisztian95/cde9b1bf81225f84fea6fcbd2bf03ca1 to your computer and use it in GitHub Desktop.
A PowerShell scipt for simplify "minikube kubectl --" in case alias won't works.
function kubectl() {
minikube kubectl -- @args
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment