mirror of
https://github.com/gryf/vmstrap.git
synced 2025-12-18 12:00:31 +01:00
Added bash completion for kubectl
This commit is contained in:
@@ -215,6 +215,7 @@ common_conf() {
|
||||
echo "alias pods='kubectl get pods -A -o wide'"
|
||||
echo "alias deploys='kubectl get deployments -A -o wide'"
|
||||
echo "source ~/devstack/openrc admin admin >/dev/null 2>/dev/null"
|
||||
echo "source <(kubectl completion bash)"
|
||||
} >> ~/.bashrc
|
||||
|
||||
if [ ! -d ~/.vim ]; then
|
||||
|
||||
Reference in New Issue
Block a user