sealingtech / EDCOP

Expandable Defensive Cyber Operations Platform
Apache License 2.0
43 stars 9 forks source link

Enable kubectl autocomplete on the master #25

Open miked235 opened 6 years ago

miked235 commented 6 years ago

Just a QOL update. This should be enabled on the master and stored in the root user's .bashrc:

yum install bash-completion -y
source <(kubectl completion bash)
echo "source <(kubectl completion bash)" >> ~/.bashrc