1
0
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:
2020-10-07 12:54:51 +02:00
parent 2bf6c4066d
commit eef280dd6d

View File

@@ -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