Skip to content
Snippets Groups Projects
Commit bfe78848 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

Add kubectl bash completion

parent 126d4e36
Branches
Tags
No related merge requests found
......@@ -45,6 +45,9 @@
- name: write the kubecfg (auth) file for kubectl
template: src=kubectl.kubeconfig.j2 dest={{ kube_config_dir }}/kubectl.kubeconfig backup=yes
- name: Copy kubectl bash completion
copy: src=kubectl_bash_completion.sh dest=/etc/bash_completion.d/kubectl.sh
- name: Create proxy environment vars dir
file: path=/etc/systemd/system/kube-proxy.service.d state=directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment