Skip to content

Instantly share code, notes, and snippets.

@runlevl4
Created June 13, 2020 15:20
Show Gist options
  • Save runlevl4/7468094973af93c7e3d2c7adff906495 to your computer and use it in GitHub Desktop.
Save runlevl4/7468094973af93c7e3d2c7adff906495 to your computer and use it in GitHub Desktop.
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