Created
June 13, 2020 15:20
-
-
Save runlevl4/7468094973af93c7e3d2c7adff906495 to your computer and use it in GitHub Desktop.
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
alias k=kubectl | |
alias kgp='k get po' | |
alias kgpo='k get po -o wide' | |
alias kgps='k get po --show-labels' | |
alias kdp='k delete po --grace-period=0 --force' | |
alias kaf='k apply -f' | |
alias kdf='k delete -f' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment