Last active
August 13, 2022 19:48
-
-
Save tiagotele/f055ea7aaa9a02915a53ebb512180926 to your computer and use it in GitHub Desktop.
CKA shortcuts
This file contains 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 | |
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