Skip to content

Commit

Permalink
zsh: Add kd alias for kubectl --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Jul 16, 2024
1 parent 447ec32 commit 23a25e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zsh_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ alias h="helm"
alias jqless="jq -C '' | less -Ri"
alias k="kubectl"
alias kc="kubectl config"
alias kd="kubectl --dry-run=client -o yaml"
alias keyboard="xset r rate 330 75; setxkbmap se-A5; setxkbmap -option caps:swapescape"
alias kns="kubectl config set-context --current --namespace"
alias l="ls -FHhlv --color=always --group-directories-first"
Expand Down

0 comments on commit 23a25e3

Please sign in to comment.