Skip to content

Instantly share code, notes, and snippets.

@tiagotele
Last active August 13, 2022 19:48
Show Gist options
  • Save tiagotele/f055ea7aaa9a02915a53ebb512180926 to your computer and use it in GitHub Desktop.
Save tiagotele/f055ea7aaa9a02915a53ebb512180926 to your computer and use it in GitHub Desktop.
CKA shortcuts
alias k=kubectl
export do="--dry-run=client -o yaml"
export f="--grace-period=0 --force"
# if you need a curl
k run curl --image=busybox:1.28 -- sleep 4800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment