Skip to content

Instantly share code, notes, and snippets.

View JamieMac96's full-sized avatar

Jamie Mac Manus JamieMac96

  • Limerick, Ireland
View GitHub Profile
@JamieMac96
JamieMac96 / bashrc
Created January 1, 2023 21:02
CKA-Bashrc
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"