Last active
June 23, 2020 06:28
-
-
Save sakurai-youhei/5722cbbb5f8959a1265d0e41badcfefa to your computer and use it in GitHub Desktop.
K alias to kubectl command on Windows Command Prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
kubectl %* | |
exit /b %ERRORLEVEL% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment