-
-
Save saivachandran/ecc6c74a8ed72a021299cf97c605219d to your computer and use it in GitHub Desktop.
CKA-Bashrc
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" | |
alias v="vim" | |
function ns () { | |
kubectl config set-context --current --namespace=$1 | |
} | |
export drc="--dry-run=client -oyaml" | |
export drs="--dry-run=server -oyaml" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment