Skip to content

Instantly share code, notes, and snippets.

@sakurai-youhei
Last active June 23, 2020 06:28
Show Gist options
  • Save sakurai-youhei/5722cbbb5f8959a1265d0e41badcfefa to your computer and use it in GitHub Desktop.
Save sakurai-youhei/5722cbbb5f8959a1265d0e41badcfefa to your computer and use it in GitHub Desktop.
K alias to kubectl command on Windows Command Prompt
@echo off
kubectl %*
exit /b %ERRORLEVEL%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment