Unverified Commit 4fc570b0 authored by Marco Seguri's avatar Marco Seguri Committed by GitHub
Browse files

kubectl: avoid conflict with existing f aliases in kca alias (#8625)

parent f17e0219
......@@ -14,7 +14,7 @@ fi
alias k=kubectl
# Execute a kubectl command against all namespaces
alias kca='f(){ kubectl "$@" --all-namespaces; unset -f f; }; f'
alias kca='_kca(){ kubectl "$@" --all-namespaces; unset -f _kca; }; _kca'
# Apply a YML file
alias kaf='kubectl apply -f'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment